We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Filter the capability required to manage Able Player settings.
add_filter( 'ableplayer_capability', function( string $capability ) { // Your code here. return $capability; } );
string
$capability
apply_filters( 'ableplayer_capability', 'manage_options' )
← All Hooks