WP_Super_Cache_Rest_Update_Settings::set_cache_acceptable_files() 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_cache_acceptable_files( $value );
- $value(mixed) (required)
Code of WP_Super_Cache_Rest_Update_Settings::set_cache_acceptable_files() WP Super Cache Rest Update Settings::set cache acceptable files WPSCache 1.7.1
protected function set_cache_acceptable_files( $value ) {
$_REQUEST['wp_accepted_files'] = implode( "\n", $value );
wp_cache_update_accepted_strings();
}