bbp_setup_option_filters

bbp_setup_option_filters

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_setup_option_filters') is found 1 times:

  • /includes/core/options.php line 210
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
            add_filter( 'default_option_' . $key, 'bbp_filter_default_option', 10, 3 );
        }
     
        // Allow previously activated plugins to append their own options.
        do_action( 'bbp_setup_option_filters' );
    }
     
    /**
     * Filter pre options and maybe overloaded from the $bbp->options array.
     *
     * This function should not be called directly.