-
Notifications
You must be signed in to change notification settings - Fork 7
ableplayer_dependencies
github-actions[bot] edited this page May 15, 2026
·
1 revision
Filter the Able Player script dependencies.
add_filter(
'ableplayer_dependencies',
function(
array $dependencies,
bool $debug
) {
// Your code here.
return $dependencies;
},
10,
2
);-
array$dependenciesArray of scripts required by the main Able Player script. -
bool$debugTrue if environment is in debugging mode.
array
apply_filters( 'ableplayer_dependencies', $dependencies, $debug )