Skip to content

Instantly share code, notes, and snippets.

@WenLiangTseng
Created July 22, 2013 06:08
Show Gist options
  • Select an option

  • Save WenLiangTseng/6051620 to your computer and use it in GitHub Desktop.

Select an option

Save WenLiangTseng/6051620 to your computer and use it in GitHub Desktop.
將 Wordpress 的 shortcode 插入 PHP 的語法
<?php echo do_shortcode('[shortcode option1="value1" option2="value2"]'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment