[!] Echo wp_nonce_field()
-
Hi,
I’m a plugin developer and I found an urgent issue with your plugin that break mine (and yours).
wp_nonce_field() is by default echoed, not returned.
Just add 2 more parameters according to the codex https://codex.www.ads-software.com/Function_Reference/wp_nonce_field :
wp_nonce_field( 'fca_eoi_submit_form', 'fca_eoi_nonce', TRUE, FALSE);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[!] Echo wp_nonce_field()’ is closed to new replies.