• 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 Contributor Boxy Studio

    (@boxystudio)

    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

    (@thedark)

    Thank you.

    Thread Starter Lucian Apostol

    (@thedark)

    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.