Disable plugin on specific pages

[ad_1]

I am trying to disable (turn off) plugin on specific pages but with no luck so far with my custom function:

add_action( ‘wp_enqueue_scripts’, ‘dequeue_mousewheel_smooth_scroll’ );
function dequeue_mousewheel_smooth_scroll() {
if ( is_page_template( ‘landing-page.php’ ) ) {
wp_dequeue_script( ‘mousewheel-smooth-scroll’ );
}
}

Any idea how to do that?

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer