wp_nonce and meta refresh
-
I have protected my Dotclear flatimport importer using
- check_admin_referer(‘import-flatimport’);
- wp_nonce_field(‘import-flatimport’);
- attribute_escape()
Refreshing the current page using
echo '<meta http-equiv="refresh" content="0">';
to do an automatic recovery no longer works! This order is intercepted by WP issuing the message Are you sure you want to do this?How to refresh the current page without this WP interception?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_nonce and meta refresh’ is closed to new replies.