wp_ajax_rest_nonce() In this article Table of ContentsSource Related Changelog ↑ Back to top Handles renewing the REST API nonce via AJAX. Source function wp_ajax_rest_nonce() { exit( wp_create_nonce( 'wp_rest' ) ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_create_nonce()wp-includes/pluggable.phpCreates a cryptographic token tied to a specific action, user, user session, and window of time. Changelog VersionDescription5.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.