Integration with theme or other plugins for Player card type
-
Hi,
let me start by thanking you for the awesome plugin!Currently if
cardPlayer
is not set the Player card type throws an error. A better way to allow integration would be to move the line:
$player['player'] = apply_filters( 'jm_tc_player_url', $playerUrl );
above the check for$playerUrl
and even change it to:
if ( empty ( $player['player'] ) ) ...
Regards,
Daniel
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Integration with theme or other plugins for Player card type’ is closed to new replies.