forked from litespeedtech/lscache_wp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.2.2-rc3: 3rd Caldera_Forms ESI Nonce enhancement. (@paconarud16 @ma…
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
/** | ||
* The Third Party integration with Caldera Forms. | ||
* | ||
* @since 3.2.2 | ||
*/ | ||
namespace LiteSpeed\Thirdparty; | ||
|
||
defined( 'WPINC' ) || exit; | ||
|
||
class Caldera_Forms { | ||
public static function detect() { | ||
if ( ! defined( 'CFCORE_VER' ) ) return; | ||
|
||
// plugins/caldera-forms/classes/render/nonce.php -> class Caldera_Forms_Render_Nonce | ||
do_action( 'litespeed_nonce', 'caldera_forms_front_*' ); | ||
} | ||
} |
This file contains 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