Meta Box
Support Forum
Support › MB Frontend Submission › Add nonce field to form
I need to add the following nonce field to my frontend form for a plugin to process the post properly.
Is there a hook I can use to add it?
Nonce field:
wp_nonce_field( My_Custom_NS\NONCE_ACTION, My_Custom_NS\NONCE_NAME, false );
Hi,
You can hook a function to the action rwmb_frontend_before_submit_button to render the nonce field in the frontend form.
rwmb_frontend_before_submit_button