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.

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.