Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created January 17, 2017 22:21
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/8be9390ef36a190d45a47f7a9420f6ad to your computer and use it in GitHub Desktop.
Save hellofromtonya/8be9390ef36a190d45a47f7a9420f6ad to your computer and use it in GitHub Desktop.
Remove each individual Genesis site footer callback
<?php
/**
* Posts Page (Home) template
*
* @package KnowTheCode
* @since 1.0.0
* @author hellofromTonya
* @link https://KnowTheCode.io
* @license GNU-2.0+
*/
remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
remove_action( 'genesis_footer', 'genesis_do_footer' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment