Changeset 2624507
- Timestamp:
- 11/04/2021 12:50:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sg-cachepress/trunk/core/Rest/Rest_Helper_Dashboard.php
r2624501 r2624507 113 113 // If they match the default one, we can say that the optimization is not used as recommended. 114 114 if ( 115 120 === intval( get_option( 'siteground_optimizer_heartbeat_post_interval', 120 ) ) && 115 ( 116 120 === intval( get_option( 'siteground_optimizer_heartbeat_post_interval', 120 ) ) || 117 0 === intval( get_option( 'siteground_optimizer_heartbeat_post_interval', 120 ) ) 118 ) && 116 119 0 === intval( get_option( 'siteground_optimizer_heartbeat_dashboard_interval', false ) ) && 117 120 0 === intval( get_option( 'siteground_optimizer_heartbeat_frontend_interval', false ) )
Note: See TracChangeset
for help on using the changeset viewer.