Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created April 30, 2019 19:55
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/72c053ba4511f0bb6cedc0c7a87ffe3d to your computer and use it in GitHub Desktop.
Save billerickson/72c053ba4511f0bb6cedc0c7a87ffe3d to your computer and use it in GitHub Desktop.
<?php
/**
* Save Recipe CTA
*
*/
function ea_single_save_recipe_cta() {
ea_module( array( 'acf_fc_layout' => 'save_recipes_cta' ) );
}
add_action( 'genesis_after_entry', 'ea_single_save_recipe_cta', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment