Delted plugin but scripts still in footer
-
I treid out your plugin, found it broke elementor – so I treid your script for logged in users i.e.:
function stf_turn_off_for_users( $include ) {
if( is_user_logged_in() ) {
$include = false;
}
return $include;
}
add_filter( ‘stf_include’, ‘stf_turn_off_for_users’ );This didn’t work. Scripts still in footer for logged in users.
Even completely removing the plugin didn’t work. All my scripts are still in the footer (apart from JQuery as per the last set STF settings before deletion!).
Help! I want to revert back to scripts in the header as Elementor is VITAL to my clients.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Delted plugin but scripts still in footer’ is closed to new replies.