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