Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created May 1, 2015 00:53
Show Gist options
  • Save bryceadams/6252892699282bdbf2b3 to your computer and use it in GitHub Desktop.
Save bryceadams/6252892699282bdbf2b3 to your computer and use it in GitHub Desktop.
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_single_header_before', 5 );
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_archive_meta', 20 );
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_single_header_after', 25 );
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_archive_tax', 40 );
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_archive_details', 50 );
remove_action( 'recipe_hero_archive_recipe_content', 'recipe_hero_output_archive_description', 60 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment