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
    		);
    	}
    
    	// 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.