On this page
do_action_deprecated( 'dbx_post_advanced', WP_Post $post )
This hook has been deprecated. Use ‘add_meta_boxes’ instead.
Fires in the middle of built-in meta box registration.
Parameters
$postWP_Post-
Post object.
Source
File: wp-admin/includes/meta-boxes.php. View all references
do_action_deprecated( 'dbx_post_advanced', array( $post ), '3.7.0', 'add_meta_boxes' );
Related
Used By
| Used By | Description |
|---|---|
| register_and_do_post_meta_boxes() wp-admin/includes/meta-boxes.php | Registers the default post meta boxes, and runs the |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Use 'add_meta_boxes' instead. |
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/dbx_post_advanced