[Plugin: WordPress Form Manager] Idea – Move Javascript to Footer
-
Just an idea… Move the javascript to the footer? I think this does the trick….
In the wordpress-form-manager.php file…
wp_enqueue_script (
'form-manager-js-user',
plugins_url( '/js/userscripts.js', __FILE__ ),
//ibc - move script to footer
'',
'',
true
);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WordPress Form Manager] Idea – Move Javascript to Footer’ is closed to new replies.