dbx_post_sidebar action-hook . WP 2.1.0
Fires after all meta box sections have been output, before the closing #post-body div.
Usage
add_action( 'dbx_post_sidebar', 'action_function_name_5917' ); function action_function_name_5917( $post ){ // action... }
- $post(WP_Post)
- Post object.
Changelog
Since 2.1.0 | Introduced. |
Where the hook is called
In file: /wp-admin/edit-form-advanced.php
dbx_post_sidebar
wp-admin/edit-form-advanced.php 723
do_action( 'dbx_post_sidebar', $post );