Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 7, 2014 02:43
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 billerickson/9404186 to your computer and use it in GitHub Desktop.
Save billerickson/9404186 to your computer and use it in GitHub Desktop.
<?php
/**
* Adds the hook Jared wants
*
*/
function be_make_jared_happy() {
do_action( 'genesis_actual_header_right' );
}
add_action( 'genesis_header', 'be_make_jared_happy', 12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment