Title: Later Initialization Priority?
Last modified: April 25, 2025

---

# Later Initialization Priority?

 *  [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [1 year ago](https://wordpress.org/support/topic/later-initialization-priority/)
 * Currently, the plugin initializes through `plugins_loaded` at the default of 
   10, which then runs through some of the core filter hooks. I think it’s pretty
   common for customization plugins to load using the same hook, with the same default
   priority of 10, which makes hooking into some of those filter hooks a bit confusing.
 * Since there are core filter hooks being applied at the default, changing it to
   15 to give other plugins initialization wiggle room I think would be optimal.
 * Any plugins that are already hooking into these filter hooks are initializing
   at 9 or lower anyway, so as far as I can tell this would just be to make it easier
   for plugins to hook in at the default priority.

The topic ‘Later Initialization Priority?’ is closed to new replies.

 * ![](https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671)
 * [Classic Editor](https://wordpress.org/plugins/classic-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classic-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classic-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/classic-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classic-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classic-editor/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/later-initialization-priority/)
 * Status: not resolved