bbp_{$hook_name}_keys

bbp_{$hook_name}_keys

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

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

  • /includes/common/functions.php line 883
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    * @since 2.6.0 bbPress (r6050)
     *
     * @param string $moderation List of moderation keys. One per new line.
     */
    $moderation = apply_filters( "bbp_{$hook_name}_keys", trim( get_option( $option_name ) ) );
     
    // Bail if no words to look for
    if ( empty( $moderation ) ) {
        return true;
    }