skytimothy
Forum Replies Created
-
I’m confused.
“What happens after the end of the trial period?
The plugin will fully perform its functions after the end of the trial period and will protect your website from brute force attacks and will keep Action Log in your WP Dashboard, but the number of entries in the log will be limited to the last 20 entries/24 hours. Also, you will receive a short daily security report to your email.Premium version allows to storage all logs for 45 days in the CleanTalk Dashboard for further analysis.”
Hello, I tested my cache status today and it seems to be not cached again based on the quick test. Does it seem my issue has returned?
It was varnish. Is there a way for a moderator to remove the link from this first post please?
- This reply was modified 6 years, 5 months ago by skytimothy.
It was varnish.
It was varnish not refreshing.
I’ve gone and added this to my functions.php
function no_photon_by_page() {
if ( is_single() ) {
add_filter( ‘jetpack_photon_skip_image’, ‘__return_true’);
}
}add_action(‘wp’, ‘no_photon_by_page’);
No luck. I’ve even tried it on individual pages
function no_photon_by_page() {
if ( is_page( 2 ) ) {
add_filter( ‘jetpack_photon_skip_image’, ‘__return_true’);
}
}add_action(‘wp’, ‘no_photon_by_page’);
No luck.
That’s what I thought. Thank you #partiallyvindicated
It is not, no.