wp_register_script was called incorrectly
-
I am getting these errors:
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/upat/public_html/wp-includes/functions.php on line 3547and
Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/upat/public_html/wp-includes/functions.php on line 3547any way to fix this?
The topic ‘wp_register_script was called incorrectly’ is closed to new replies.