Using do_shortcode Themeforest VideoTube Theme
-
Recently i install wordpress Themeforest VideoTube Theme. But when i use Social Locker plugin, then facing this issue. My wordpress theme only support do_shortcode
I want to lock my Video Player…
Video Player Theme Code…
<div class=”player player-small <?php print apply_filters( ‘aspect_ratio’ , ’embed-responsive embed-responsive-16by9′);?>”>
and my social locker code is
echo do_shortcode( ‘[sociallocker id=”2378″]’ . $text_to_be_wrapped_in_shortcode . ‘[/sociallocker]’ );
So what can i do? how can i locked Video Player?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Using do_shortcode Themeforest VideoTube Theme’ is closed to new replies.