wpsc_created_advanced_cache

wpsc_created_advanced_cache

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-super-cache.2.0.1

do_action('wpsc_created_advanced_cache') is found 1 times:

  • /wp-cache.php line 2296
    2292
    2293
    2294
    2295
    2296
    2297
    2298
    2299
    2300
    2301
        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;
    }

See this hook used in plugins: