Skip to content

Instantly share code, notes, and snippets.

Created October 24, 2014 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/556225b857e6ab1afe25 to your computer and use it in GitHub Desktop.
Save anonymous/556225b857e6ab1afe25 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