bbp_get_form_reply_content

bbp_get_form_reply_content

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_content') is found 1 times:

  • /includes/replies/template.php line 2472
    2468
    2469
    2470
    2471
    2472
    2473
    2474
    2475
    2476
    2477
    2478
                $reply_content = '';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_reply_content', $reply_content );
        }
     
    /**
     * Output the value of the reply to field
     *
     * @since 2.4.0 bbPress (r4944)

See this hook used in plugins: