bbp_get_form_reply_log_edit

bbp_get_form_reply_log_edit

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_reply_log_edit') is found 1 times:

  • /includes/replies/template.php line 2617
    2613
    2614
    2615
    2616
    2617
    2618
    2619
    2620
    2621
    2622
    2623
            // Get checked output
            $checked = checked( $reply_revision, true, false );
     
            // Filter & return
            return apply_filters( 'bbp_get_form_reply_log_edit', $checked, $reply_revision );
        }
     
    /**
     * Output the value of the reply edit reason
     *
     * @since 2.0.0 bbPress (r3130)