Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Zadd,

    You can actually include any shortcode in any of your PHP template files. For example, let’s say your shortcode was [shortcode]. Then you could use the following to include it in a PHP file:

    <?php echo do_shortcode( '[shortcode]' ); ?>

    We also have a PHP class available to access all of the user data. There’s a video available on how to use it:

    Thread Starter ZaddKeefer

    (@zaddkeefer)

    Thanks for sharing that, will check it out when I get the time!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP functions instead of Shortcodes?’ is closed to new replies.