wp_enqueue_script and wp_register_style was called incorrectly
-
Hi,
When I put the pluggin on my webpage a notice came up:
Notice: wp_enqueue_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 …/wp-includes/functions.php on line 3012
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 …/wp-includes/functions.php on line 3012I’m still new with wordpress. but what should I do to get this away?
My webpage is: juliefischer.dk/wordpress2
- The topic ‘wp_enqueue_script and wp_register_style was called incorrectly’ is closed to new replies.