Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created October 11, 2015 21:20
Show Gist options
  • Save arkadiusjonczek/58be38835e31b02d9e01 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/58be38835e31b02d9e01 to your computer and use it in GitHub Desktop.
[WordPress] Remove Genesis header
remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
remove_action( 'genesis_header', 'genesis_do_header' );
remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment