Created
August 12, 2019 05:22
-
-
Save jaworowicz/e2bd85e05c92b64a90c9708efc16f128 to your computer and use it in GitHub Desktop.
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
/* URL DEFINES */ | |
define('pro_SITE_URL','https://www.test.com/'); | |
/* Theme Credit link */ | |
function _link() { | |
echo esc_html_e('Credit TXT','translate'). "<a href=".esc_url(pro_SITE_URL)." target='_blank'> LINK</a>"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment