Viewing 1 replies (of 1 total)
  • Plugin Author BirdBrain Logic

    (@birdbrain-logic)

    Hi aadesh,

    Currently, no. All output is handled with shortcodes. You can use the do_shortcode function to display shortcodes wherever you like in templates, though.

    EG
    <?php echo do_shortcode('[contact type="phone_number"]'); ?>

    This will achieve the same effect.

Viewing 1 replies (of 1 total)
  • The topic ‘template tags’ is closed to new replies.