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!