Title: Filter hook for recipe
Last modified: January 28, 2019

---

# Filter hook for recipe

 *  Resolved [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/filter-hook-for-recipe/)
 * Hello. I am the developer of a plugin which replaces keywords with links. Someone
   who is using Cooked recipe plugin asked me to add support for my plugin, to add
   links inside recipe content. Please tell me if there is any hook I can add a 
   filter on so I can achieve this.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Boxy Studio](https://wordpress.org/support/users/boxystudio/)
 * (@boxystudio)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/filter-hook-for-recipe/#post-11139409)
 * Yep, there’s a “cooked_recipe_content” that you can use. It’s used when displaying
   a single recipe like this:
 * `echo apply_filters( 'cooked_recipe_content', $recipe_content, $recipe_id );`
 *  Thread Starter [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/filter-hook-for-recipe/#post-11140917)
 * Thank you.
 *  Thread Starter [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/filter-hook-for-recipe/#post-11141472)
 * I used that hook, but it doesn’t let me filter the content, because it is not
   echoed trough that filter hook.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filter hook for recipe’ is closed to new replies.

 * ![](https://ps.w.org/cooked/assets/icon-256x256.png?rev=2005204)
 * [Cooked - Recipe Management](https://wordpress.org/plugins/cooked/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cooked/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cooked/)
 * [Active Topics](https://wordpress.org/support/plugin/cooked/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cooked/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cooked/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/filter-hook-for-recipe/#post-11141472)
 * Status: resolved