Skip to content

Instantly share code, notes, and snippets.

@iamkingsleyf
Forked from anonymous/gist:556225b857e6ab1afe25
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamkingsleyf/2b717fe9a8f87e757c68 to your computer and use it in GitHub Desktop.
Save iamkingsleyf/2b717fe9a8f87e757c68 to your computer and use it in GitHub Desktop.
<?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