Last active
September 14, 2018 11:55
-
-
Save ScarletPonytail/8c4706ba2375a3dbbbf20e27528b3439 to your computer and use it in GitHub Desktop.
WorPress - Shortcode for template directory
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
<?php echo esc_url( get_template_directory() ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment