Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 2, 2015 06:28
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 reasonstousegenesis/78f1508e0186dcb612b1 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/78f1508e0186dcb612b1 to your computer and use it in GitHub Desktop.
Default content hooked to genesis_header
<?php
// Default content hooked to genesis_header
// lib/structure/header.php
add_action( 'genesis_header', 'genesis_header_markup_open', 5 );
add_action( 'genesis_header', 'genesis_do_header' );
add_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