Disable “Scroll to top” button in “jQuery Smooth Scroll” Plugin. By Anand Kumar on December 27, 2017 add_action( 'wp_head', 'remove_my_class_action' ); function remove_my_class_action(){ global $jQuerySmoothScroll; remove_action( 'wp_footer', array( $jQuerySmoothScroll, 'wp_footer' ) ); }