[WordPress] How to output a short code in a theme file
This section introduces how to output a short code in a theme file.
Code
<?php echo do_shortcode('[shortcode]'); ?>
記事がお役に立ちましたらシェアお願いします!
This section introduces how to output a short code in a theme file.
<?php echo do_shortcode('[shortcode]'); ?>
記事がお役に立ちましたらシェアお願いします!