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