• Resolved ilan76

    (@ilan76)


    Where can I see all the available Hooks & Filters?
    Can’t find them in the API docs…

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @ilan76

    I hope you’re well today!

    API docs doesn’t contain hooks list as it’s a bit different thing. Unfortunately, we don’t really have currently publicly available docs for available action and filter hooks, I’m afraid.

    Most of the hooks are to some degree described (commented) in code so you can do a full search on the plugin files for

    do_action
    apply_filter

    strings and that should bring you such hooks.

    If you’re looking for some particular hooks to achieve specific goal, please let us know what exactly would you like to do and we’ll let you know if there are hooks suitable for that and what are they/how to use them.

    Kind regards,
    Adam

    Thread Starter ilan76

    (@ilan76)

    Ok thx.
    I think it would be good to add them to the docs with examples, etc.

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @ilan76,

    I hope you are doing well today!
    We are marking this thread as resolved for now, thank you for the feedback.

    Kind regards,
    Zafer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hooks & Filters List’ is closed to new replies.