Viewing 1 replies (of 1 total)
  • Plugin Author HanaDaddy

    (@nurungji)

    Sorry , my plugin was not implemented using the default WordPress shortcode functions.

    Rather, you need to use hana_flv_player_template_call

    <?php
    if (function_exists('hana_flv_player_template_call')){
        $hana_arg="
    video='https://localhost/wp/wp-content/plugins/hana-flv-player/babyhana.flv'
    player='2'
    width='180'
    height='150'
    ";
        echo hana_flv_player_template_call($hana_arg);
    }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘do_shortcode not working’ is closed to new replies.