-
Notifications
You must be signed in to change notification settings - Fork 7
able_player_css
github-actions[bot] edited this page May 15, 2026
·
2 revisions
Filter the Able Player CSS URL.
add_filter(
'able_player_css',
function(
string $url,
bool $debug
) {
// Your code here.
return $url;
},
10,
2
);-
string$urlDefault URL to Able Player CSS file. -
bool$debugTrue if environment is debugging.
string
apply_filters( 'able_player_css', plugins_url( '', __FILE__ ) . '/' . $css_file, $debug )