Deprecated

This function has been deprecated.

ap_verify_nonce( string $action )

Description #

Verify the __nonce field.

Parameters #

  • $action
    string (Required) Action.

Changelog #

VersionDescription
4.4.0Introduced.

Source #

File: includes/deprecated.php

	function ap_verify_nonce( $action ) {
		_deprecated_function( __FUNCTION__, '4.4.0', 'anspress_verify_nonce()' );
		return anspress_verify_nonce( $action );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment