get_sidebar

Definition:
function get_sidebar( $name = null ) {}

Load sidebar template.
Includes the sidebar template for a theme or if a name is specified then a specialised sidebar will be included.

Parameters

  • string $name: The name of the specialised sidebar.

Defined actions

  • get_sidebar
    do_action( 'get_sidebar', $name );

Source code

function get_sidebar( $name = null ) {

	do_action( 'get_sidebar', $name );



	$templates = array();

	if ( isset($name) )

		$templates[] = "sidebar-{$name}.php";

1689

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: