Skip to:
Content
Pages
Categories
Search
Top
Bottom

Plugin author: “pre_comment_on_post” hook equivalent for bbpress?


  • Anonymous User 7670885
    Inactive

    @anonymized-7670885

    Hi!

    I’ve make a plugin to work in wordpress comments form for guest but it don’t work with bbpress.

    It use this hook:

    add_filter(‘pre_comment_on_post’, ‘wp_stopforumspam_check_query’);

    How i can make compatible also with bbpress? 😐

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

  • Lynq
    Participant

    @lynq

    There is the ‘bbp_new_reply’ action, this could work for you.


    Anonymous User 7670885
    Inactive

    @anonymized-7670885

    Thanks for reply… πŸ™‚
    I need to include some bbpress file to use this hook?
    – Can u explain (an example) ho i can use? πŸ™‚

    PS: i think i need also new topic (not only new reply) :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar