Example for domain based logic?
-
Hello,
can you give me a simple example how to build domain based logic?
For example
if(domain == a)
echo ‘XXX’;
elseif(domain == b)
echo ‘YYY’;How can I use the MULTPLE_DOMAIN_DOMAIN-constant? Can I differ in content of a site/post using any kind of shortcode?
Or/and can you give a small code example how to writer a filter/function which handles something like this?
Thanks for some help!
Best regards,
Timo
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Example for domain based logic?’ is closed to new replies.