Created
October 24, 2014 06:20
-
-
Save anonymous/556225b857e6ab1afe25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//checking if the function exist to avoid conflicts | |
if (function_exists('get_rocket_cdn_url')){ | |
?> | |
<img class="logo" src="<?php echo get_rocket_cdn_url (get_option('logo_url') );?>"/> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment