unregister_sidebar

Definition:
function unregister_sidebar( $name ) {}

Removes a sidebar from the list.

Parameters

  • string $name: The ID of the sidebar when it was added.

Source code

function unregister_sidebar( $name ) {

	global $wp_registered_sidebars;



	if ( isset( $wp_registered_sidebars[$name] ) )

		unset( $wp_registered_sidebars[$name] );

}

3137

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: