PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
/
classes
/
Integration
/
Plugin
<?php namespace NitroPack\Integration\Plugin; use NitroPack\WordPress\NitroPack; class WPForms { const STAGE = "late"; protected $np_wpform_cache_valid = false; public static function isActive() { $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) ); return function_exists( 'wpforms' ) || in_array( 'wpforms/wpforms.php', $active_plugins ); } public function init( $stage ) { add_filter( 'wpforms_form_token_check_before_today', array( $this, 'extend_wpforms_token_expiration' ) ); } public function extend_wpforms_token_expiration( $times ) { $nitro = NitroPack::getInstance(); if ($nitro && $nitro->getSdk()) { $config = $nitro->getSdk()->getConfig(); $cacheTtlDays = (int)($config->PageCache->ExpireTime / DAY_IN_SECONDS); for ($day = 1; $day <= $cacheTtlDays; $day++) { $times[] = $day * DAY_IN_SECONDS; } } return $times; } }
[-] ShortPixel.php
[edit]
[-] YoastSEO.php
[edit]
[-] DownloadManager.php
[edit]
[-] .htaccess
[edit]
[-] WPCacheHelper.php
[edit]
[-] BeaverBuilder.php
[edit]
[-] ThriveTheme.php
[edit]
[-] Ezoic.php
[edit]
[-] MPG.php
[edit]
[-] WPRocket.php
[edit]
[-] JetPackNP.php
[edit]
[-] WooCommerce.php
[edit]
[-] WoocommerceCacheHandler.php
[edit]
[-] WPML.php
[edit]
[-] TheEventsCalendar.php
[edit]
[-] AdvancedMathCaptcha.php
[edit]
[-] CookieNotice.php
[edit]
[-] FusionBuilder.php
[edit]
[-] WCML.php
[edit]
[-] NginxHelper.php
[edit]
[-] SquirrlySEO.php
[edit]
[-] CURCY_MultiCurrency.php
[edit]
[-] Elementor.php
[edit]
[-] GeoTargetingWP.php
[edit]
[-] GravityForms.php
[edit]
[-] ACF.php
[edit]
[-] Cloudflare.php
[edit]
[-] RankMathNP.php
[edit]
[-] RC.php
[edit]
[-] WPBakeryNP.php
[edit]
[-] AeliaCurrencySwitcher.php
[edit]
[-] CommonHelpers.php
[edit]
[-] WPForms.php
[edit]
[+]
..
[-] CF_Helper.php
[edit]