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 Able Player CSS URL.
add_filter( 'able_player_css', function( string $url, bool $debug ) { // Your code here. return $url; }, 10, 2 );
string
$url
bool
$debug
apply_filters( 'able_player_css', plugins_url( '', __FILE__ ) . '/' . $css_file, $debug )
← All Hooks