Skip to content

Instantly share code, notes, and snippets.

@trgino
Created January 23, 2020 19:57
Show Gist options
  • Save trgino/9da4cdd4d93d15f5ee268fe808400ce4 to your computer and use it in GitHub Desktop.
Save trgino/9da4cdd4d93d15f5ee268fe808400ce4 to your computer and use it in GitHub Desktop.
wordpress nonce lswp
<?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