has_opcache() ) { return false; } $status = $this->get_status(); return isset( $status['opcache_enabled'] ) && $status['opcache_enabled'] === true; } /** * Get OPcache purge URL. * * @return string */ public function purge_cache_url() { return wp_nonce_url( add_query_arg( ['flywp-action' => 'purge-opcache'], admin_url( 'index.php?page=flywp' ), ), 'fly-opcache-purge' ); } }