Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created January 17, 2017 22: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 hellofromtonya/231804f2623b2c5c221865fd17c63435 to your computer and use it in GitHub Desktop.
Save hellofromtonya/231804f2623b2c5c221865fd17c63435 to your computer and use it in GitHub Desktop.
Strategy 3 - Remove all Genesis footer events
<?php
/**
* Posts Page (Home) template
*
* @package KnowTheCode
* @since 1.0.0
* @author hellofromTonya
* @link https://KnowTheCode.io
* @license GNU-2.0+
*/
remove_all_actions( 'genesis_footer' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment