bbp_get_form_topic_edit_reason

bbp_get_form_topic_edit_reason

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

  • /includes/topics/template.php line 3926
    3922
    3923
    3924
    3925
    3926
    3927
    3928
    3929
    3930
    3931
    3932
                $topic_edit_reason = '';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_topic_edit_reason', $topic_edit_reason );
        }
     
    /**
     * Verify if a POST request came from a failed topic attempt.
     *
     * Used to avoid cross-site request forgeries when checking posted topic form

See this hook used in plugins: