Changeset 3479300 for wp-staging/trunk/opcacheBootstrap.php
- Timestamp:
- 03/10/2026 05:17:50 PM (3 weeks ago)
- File:
-
- 1 edited
-
wp-staging/trunk/opcacheBootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-staging/trunk/opcacheBootstrap.php
r3458097 r3479300 49 49 * We use the "Version" from the headers of the main file of the plugin to compare. 50 50 */ 51 $runtimeVersionDifferentFromBuildVersion = get_file_data($pluginFilePath, ['Version' => 'Version'])['Version'] !== '4. 6.0';51 $runtimeVersionDifferentFromBuildVersion = get_file_data($pluginFilePath, ['Version' => 'Version'])['Version'] !== '4.7.0'; 52 52 $lastCheckHappenedAfterInterval = current_time('timestamp') > (int)get_site_transient('wpstg.bootstrap.opcache.lastCleared') + 5 * MINUTE_IN_SECONDS; 53 53
Note: See TracChangeset
for help on using the changeset viewer.