How to remove rate-my-post.js on Pages?
-
Hi,
I tried to use this code to disable rate-my-post.js on certain pages, but it seems it didn’t work, I need the plugin to be worked only on blog posts and portfolios where I manually implemented the plugin.
function removeScripts() { if(is_page('contact', 'about') || is_front_page()){ wp_deregister_script( 'rate-my-post' ); } } ? add_action( 'wp_footer', 'removeScripts' );
Please give me a hand, thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to remove rate-my-post.js on Pages?’ is closed to new replies.