Skip to content

Instantly share code, notes, and snippets.

@h1dd3nsn1p3r
Created August 20, 2016 11:54
Show Gist options
  • Select an option

  • Save h1dd3nsn1p3r/87553cc3fd36e60074228135865c4011 to your computer and use it in GitHub Desktop.

Select an option

Save h1dd3nsn1p3r/87553cc3fd36e60074228135865c4011 to your computer and use it in GitHub Desktop.
converting Wordpress shortcode to php
/**
@simply copy the code and rename the "YOUR_SHORT_CODE_HERE" .
@ code by h1dd3n_sn1p3r
*/
<?php echo do_shortcode('[YOUR_SHORT_CODE_HERE]');?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment