WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_include_dirs()protectedWPSCache 1.0

Method of the class: WP_Super_Cache_Rest_Update_Settings{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->set_ossdl_off_include_dirs( $value );
$value(mixed) (required)
-

WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_include_dirs() code WPSCache 1.12.0

protected function set_ossdl_off_include_dirs( $value ) {
	update_option( 'ossdl_off_include_dirs', $value == '' ? 'wp-content,wp-includes' : $value );
}