This hook has been deprecated. Use ‘add_meta_boxes’ instead.
do_action_deprecated( 'dbx_post_advanced', WP_Post $post )
Fires in the middle of built-in meta box registration.
Parameters
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Use 'add_meta_boxes' instead. |
2.1.0 | Introduced. This hook has been deprecated. Use {@see 'add_meta_boxes'} instead. |