- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › custom url link in language file
Dear Tips and Tricks,
I want to add a custom url into the language file to the “protected content” messages.
for example. :define(“EMEMBER_CONTENT_RESTRICTED”,”my own custom url”….
how can I add it so that the site will continue working? I tried to add it but after it is says error.
Please send me a working example
Thanks
Here is an example of how you can do that:
define("EMEMBER_CONTENT_RESTRICTED",'Some message. <a href="your-link">Some link</a>');