Parsed: 107852

function wp_ajax_rest_nonce() {
  exit( wp_create_nonce( 'wp_rest' ) );
}