Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/litespee.../thirdpar...
File: caldera-forms.cls.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The Third Party integration with Caldera Forms.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 3.2.2
[4] Fix | Delete
*/
[5] Fix | Delete
namespace LiteSpeed\Thirdparty;
[6] Fix | Delete
[7] Fix | Delete
defined('WPINC') || exit();
[8] Fix | Delete
[9] Fix | Delete
class Caldera_Forms
[10] Fix | Delete
{
[11] Fix | Delete
public static function detect()
[12] Fix | Delete
{
[13] Fix | Delete
if (!defined('CFCORE_VER')) {
[14] Fix | Delete
return;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
// plugins/caldera-forms/classes/render/nonce.php -> class Caldera_Forms_Render_Nonce
[18] Fix | Delete
do_action('litespeed_nonce', 'caldera_forms_front_*');
[19] Fix | Delete
}
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function