bbp_get_default_options

bbp_get_default_options

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_default_options') is found 1 times:

  • /includes/core/options.php line 154
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
            );
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_default_options', $options );
    }
     
    /**
     * Add default options
     *
     * Hooked to bbp_activate, it is only called once when bbPress is activated.