WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about dbx_post_sidebar

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-advanced.php do_action 723 /**
* Fires after all meta box sections have been output, before the closing #post-body div.
*
* @since 2.1.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.