If you're using Cookbook as your WordPress recipe plugin, you may or may not already know that the template can be customized using small code snippets.
This visual hook guide plugin is helper that will give you visual frame of reference for all of the template hooks Cookbook..
When you install and activate the plugin, representation of the template hooks will display when viewing any post with Cookbook recipe.
Nobody visiting your website will be able to see the hook guide..
If you hover particular hook, you'll see example code snippet to remove that callback function from your template.
In order to use the snippet, you would paste it into your theme's functions php file or template you're using to display the post where your recipes are embedded..
We recommend using this plugin on staging site or environment as way to make it easier for you to customize your Cookbook recipes.
That said, it should be safe to use on live website, but please be careful making template changes without backing things up first..
If you'd like to submit code patches or contribute in any other way, please fork the plugin on GitHub https github com wpsitecare cookbook-hook-guide..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more