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
There was an error while loading. Please reload this page.