Skip to content

Instantly share code, notes, and snippets.

@fovoc
Created December 6, 2013 14:05
Show Gist options
  • Save fovoc/7824319 to your computer and use it in GitHub Desktop.
Save fovoc/7824319 to your computer and use it in GitHub Desktop.
<?php
add_action( 'shoestrap_pre_navbar', 'shoestrap_branding' );
function remove_branding() {
remove_action( 'shoestrap_below_top_navbar', 'shoestrap_branding', 5 );
}
add_action ( 'init', 'remove_branding' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment