Created
January 23, 2020 19:57
-
-
Save trgino/9da4cdd4d93d15f5ee268fe808400ce4 to your computer and use it in GitHub Desktop.
wordpress nonce lswp
This file contains hidden or 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
<?php | |
if ( method_exists( 'LiteSpeed_Cache_API', 'nonce_action' ) ) { | |
LiteSpeed_Cache_API::nonce_action( 'nonce_name' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment