WP_Super_Cache_Rest_Get_Settings::get_is_submit_enabled
Method of the class: WP_Super_Cache_Rest_Get_Settings{}
No Hooks.
Returns
true|false.
Usage
// protected - for code of main (parent) or child class $result = $this->get_is_submit_enabled();
WP_Super_Cache_Rest_Get_Settings::get_is_submit_enabled() WP Super Cache Rest Get Settings::get is submit enabled code WPSCache 3.1.1
protected function get_is_submit_enabled() {
global $wp_cache_config_file;
return is_writeable_ACLSafe( $wp_cache_config_file );
}