WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_include_dirs() protected WPSCache 1.0
{} It's a method of the class: WP_Super_Cache_Rest_Update_Settings{}
No Hooks.
Return
Null. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->set_ossdl_off_include_dirs( $value );
- $value(mixed) (required)
Code of WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_include_dirs() WP Super Cache Rest Update Settings::set ossdl off include dirs WPSCache 1.7.1
protected function set_ossdl_off_include_dirs( $value ) {
update_option( 'ossdl_off_include_dirs', $value == '' ? 'wp-content,wp-includes' : $value );
}