Warning: This hook has been deprecated. Use ‘add_meta_boxes’ instead.
dbx_post_advanced WordPress Hook
The dbx_post_advanced hook is used to add additional content to a WordPress post after the title and before the content editor. This hook is useful for adding custom fields, taxonomies, and other metadata to a post.
do_action_deprecated( 'dbx_post_advanced', WP_Post $post ) #
Fires in the middle of built-in meta box registration.
Parameters
- $post
(WP_Post)Post object.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Use 'add_meta_boxes' instead. |
2.1.0 | Introduced. |