• Recently i install wordpress Themeforest VideoTube Theme. But when i use codecanyon Social Locker plugin, then facing this issue. My wordpress theme only support do_shortcode

    My plugin do_shortcode code is…

    echo do_shortcode( ‘[sociallocker id=”2378″]’ . $text_to_be_wrapped . ‘[/sociallocker]’ );

    and my wordpress theme using this….

    <?php do_action( ‘videotube_before_video’ );?> and <?php do_action( ‘videotube_after_video’ );?>

    I want to insert my plugin short code in the middle of wordpress theme code like this…

    <?php do_action( ‘videotube_before_video’ );?> **My Plugin Short Code** <?php do_action( ‘videotube_after_video’ );?>

    So, my question is how can i to do this? What if query i set to in my wordpress theme functions.php file?

    I wanna locked Video Player using social locker plugin, which are exist in the middle of before and after video code.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Themeforest VideoTube Theme Using do_shortcode’ is closed to new replies.