There was an error while loading. Please reload this page.
Filter the Able Player JS URL.
add_filter( 'able_player_js', function( string $url, bool $debug ) { // Your code here. return $url; }, 10, 2 );
string
$url
bool
$debug
apply_filters( 'able_player_js', plugins_url( 'node_modules/ableplayer/build', __FILE__ ) . '/' . $js_file, $debug )
← All Hooks