/home/techb158/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder
Edit: /home/techb158/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/HelpCache.php (1190B)
self::REMOTE_SOURCE,
'cache_file' => 'docs.json',
/**
* Allow modifying Help Docs cache TTL (time to live).
*
* @since 1.6.3
*
* @param int $cache_ttl Cache TTL in seconds. Defaults to 1 week.
*/
'cache_ttl' => (int) apply_filters( 'wpforms_admin_builder_help_cache_ttl', WEEK_IN_SECONDS ),
'update_action' => 'wpforms_builder_help_cache_update',
];
}
}