jeudi 7 septembre 2017

WP - If network url equals then do something

Hi I am having trouble doing an if state in wordpress. If multisite network url equals then do something

Any help? Thanks

<?php
    var $china = "network_home_url()/china";
    if($china === true){?>
       <img src="..">
<?php } else { ?>
       <img src="..">
<?php } ?>

Aucun commentaire:

Enregistrer un commentaire