WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_exclude
Method of the class: WP_Super_Cache_Rest_Update_Settings{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->set_ossdl_off_exclude( $value );
- $value(mixed) (required)
- .
WP_Super_Cache_Rest_Update_Settings::set_ossdl_off_exclude() WP Super Cache Rest Update Settings::set ossdl off exclude code WPSCache 3.1.1
protected function set_ossdl_off_exclude( $value ) {
update_option( 'ossdl_off_exclude', $value );
}