Fires after all meta box sections have been output, before the closing #post-body div.
Parameters
$post
WP_Post- Post object.
Source
do_action( 'dbx_post_sidebar', $post );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Fires after all meta box sections have been output, before the closing #post-body div.
$post
WP_Postdo_action( 'dbx_post_sidebar', $post );
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.