wpsc_created_advanced_cache
wpsc_created_advanced_cache
Appears in: wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.2.0.0, wp-super-cache.2.0.1, wp-super-cache.3.0.0, wp-super-cache.3.0.1
Hook Type: action
See hook in action
Displaying hooks found in version: wp-super-cache.3.0.1do_action('wpsc_created_advanced_cache') is found 1 times:
- /wp-cache.php line 2305
if( $fp ) { // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_fwrite fwrite( $fp, $file ); fclose( $fp ); do_action( 'wpsc_created_advanced_cache' ); } else { $ret = false; } return $ret; }