Created
August 20, 2016 11:54
-
-
Save h1dd3nsn1p3r/87553cc3fd36e60074228135865c4011 to your computer and use it in GitHub Desktop.
converting Wordpress shortcode to php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| @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