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.


Top ↑

Source

File: wp-admin/includes/meta-boxes.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.7.0Use 'add_meta_boxes' instead.
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.