I have a php form which is submitted through jQuery Ajax. Previously i had used nonce with Ajax and PHP form seperately.
Here i am using wp_nonce_field()
in PHP form. Is it necessary to use wp_create_nonce()
while localising script and pass this via ajax ? Or the nonce in php form is sufficient ? Using both nonce has any issues ?