bbp_get_form_reply_to

bbp_get_form_reply_to

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_reply_to') is found 1 times:

  • /includes/replies/template.php line 2507
    2503
    2504
    2505
    2506
    2507
    2508
    2509
    2510
    2511
    2512
    2513
                $reply_to = bbp_get_reply_to();
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_reply_to', $reply_to );
        }
     
    /**
     * Output a select box allowing to pick which reply an existing hierarchical
     * reply belongs to.
     *

See this hook used in plugins: