WP_Super_Cache_Rest_Get_Settings::get_next_gc() protected WPSCache 1.0
{} It's a method of the class: WP_Super_Cache_Rest_Get_Settings{}
No Hooks.
Return
false/Int.
Usage
// protected - for code of main (parent) or child class $result = $this->get_next_gc();
Code of WP_Super_Cache_Rest_Get_Settings::get_next_gc() WP Super Cache Rest Get Settings::get next gc WPSCache 1.7.1
protected function get_next_gc() {
return wp_next_scheduled( 'wp_cache_gc' );
}