twentyeleven_option_page_capability

Definition:
function twentyeleven_option_page_capability( $capability ) {}

Change the capability required to save the ‘twentyeleven_options’ options group.

Parameters

  • string $capability: The capability used for the page, which is manage_options by default.

Return values

returns:The capability to actually use.

Source code

function twentyeleven_option_page_capability( $capability ) {

	return 'edit_theme_options';

}

14745

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: