This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * ============================================================================ | |
| * WP Update Check Cache -- Template | |
| * ============================================================================ | |
| * | |
| * PURPOSE | |
| * Caches responses from plugin/theme update-check endpoints to reduce admin | |
| * page-load time. WordPress fires these checks on every admin pageview, which | |
| * can add seconds of latency when plugins like Elementor, HappyFiles, MailPoet, |