Displaying A mailto Link Only On Specific Site
-
To display a message only if I’m in a spacific site, I’ve used this:
<?php $current_site = get_current_site(); If $current_site == "NotisegurosPR"; "Favor de notificar errores a <a mailto:[email protected]>NotiSegurosPR</a>"; ?>
Doesn’t work. I can’t find a solution. Any help appreciated. Thanks!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Displaying A mailto Link Only On Specific Site’ is closed to new replies.