dbx_post_sidebar WordPress Action Hook
The dbx_post_sidebar hook is used to add content to the sidebar of a post. This hook is used by the default Wordpress sidebar widgets, and can be used by plugins and themes to add their own content to the sidebar.
do_action( 'dbx_post_sidebar', WP_Post $post ) #
Fires after all meta box sections have been output, before the closing #post-body div.
Contents
Parameters
- $post
(WP_Post)Post object.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |