WP_Super_Cache_Rest_Update_Settings::set_cache_acceptable_filesprotectedWPSCache 1.0

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_cache_acceptable_files( $value );
$value(mixed) (required)
.

WP_Super_Cache_Rest_Update_Settings::set_cache_acceptable_files() code WPSCache 3.0.3

protected function set_cache_acceptable_files( $value ) {
	$_REQUEST['wp_accepted_files'] = implode( "\n", $value );
	wp_cache_update_accepted_strings();
}