Missing parameter on post_submitbox_misc_actions hook
-
It looks like you guys unregister the core publish box and add your own, which is fine, but you’re not maintaining parity with the core publish box hooks.
Your
post_submitbox_misc_actions
hook is missing the post object passed in the core metabox since WordPress 4.4. This can create conflicts with plugins that depend on that object being available.Could you please update your hook to sync up with core?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing parameter on post_submitbox_misc_actions hook’ is closed to new replies.