bbp_bypass_check_for_{$hook_name}

bbp_bypass_check_for_{$hook_name}

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bypass_check_for_{$hook_name}') is found 1 times:

  • /includes/common/functions.php line 830
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
        $option_name = 'moderation_keys';
    }
     
    // Allow for moderation check to be skipped
    if ( apply_filters( "bbp_bypass_check_for_{$hook_name}", false, $anonymous_data, $author_id, $title, $content, $strict ) ) {
        return true;
    }
     
    // Maybe perform some author-specific capability checks
    if ( ! empty( $author_id ) ) {