Changeset 3245924 for wp-staging/trunk/opcacheBootstrap.php
- Timestamp:
- 02/24/2025 05:57:05 PM (13 months ago)
- File:
-
- 1 edited
-
wp-staging/trunk/opcacheBootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-staging/trunk/opcacheBootstrap.php
r3230736 r3245924 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. 0.0';51 $runtimeVersionDifferentFromBuildVersion = get_file_data($pluginFilePath, ['Version' => 'Version'])['Version'] !== '4.1.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.