not compatible with wordpress 5.5 and higher
-
Hi,
Recently I updated my wordpress to 5.6 and the settings option for this plugin was not working anymore.
I have attached a screenshot of the faulty behaviour. I was not getting any option to add a condition.
Then I downgraded my wordpress to 5.3 and again that option was working properly.
PS: I am disabling jquery using the following function in my functions.php, I hope this has nothing to do with this issueadd_filter( 'wp_enqueue_scripts', 'change_default_jquery', PHP_INT_MAX ); function change_default_jquery( ){ if ( ! is_admin() ) { wp_dequeue_script( 'jquery'); wp_deregister_script( 'jquery'); } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘not compatible with wordpress 5.5 and higher’ is closed to new replies.