Title: Plugin PHP Warning Notices
Last modified: March 1, 2018

---

# Plugin PHP Warning Notices

 *  Resolved [Mark Wilkinson](https://wordpress.org/support/users/wpmarkuk/)
 * (@wpmarkuk)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/plugin-php-warning-notices/)
 * The plugin is outputting two PHP warning notices with `WP_DEBUG` set to `true`.
   These are:
 * `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.0.)`
 * `wp_enqueue_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.0.)`
 * This is caused because scripts styles in the `admin/menu.php` file are enqueued
   without being hooked into one of WordPress’ actions. They are not inside a function
   and enqueued but just called straight from that file.
 * Is there any plans to fix this please?
    -  This topic was modified 8 years, 2 months ago by [Mark Wilkinson](https://wordpress.org/support/users/wpmarkuk/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/plugin-php-warning-notices/#post-10088718)
 * Thanks for letting us know. We’ll review it and will get the [bug](https://github.com/ProjectArmy/Hatchbuck-for-WordPress/issues/9)
   fixed. Thanks.
    -  This reply was modified 8 years, 2 months ago by [ProjectArmy](https://wordpress.org/support/users/supporthero/).

Viewing 1 replies (of 1 total)

The topic ‘Plugin PHP Warning Notices’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hatchbuck_f9c1b1.svg)
 * [Hatchbuck](https://wordpress.org/plugins/hatchbuck/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hatchbuck/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hatchbuck/)
 * [Active Topics](https://wordpress.org/support/plugin/hatchbuck/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hatchbuck/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hatchbuck/reviews/)

## Tags

 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)

 * 1 reply
 * 2 participants
 * Last reply from: [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/plugin-php-warning-notices/#post-10088718)
 * Status: resolved