Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created August 12, 2019 05:22
Show Gist options
  • Save jaworowicz/e2bd85e05c92b64a90c9708efc16f128 to your computer and use it in GitHub Desktop.
Save jaworowicz/e2bd85e05c92b64a90c9708efc16f128 to your computer and use it in GitHub Desktop.
/* 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