We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eab534 commit 8005bfaCopy full SHA for 8005bfa
1 file changed
classes/Visualizer/Render/Page/Types.php
@@ -39,6 +39,7 @@ class Visualizer_Render_Page_Types extends Visualizer_Render_Page {
39
*/
40
protected function _toHTML() {
41
echo '<form method="post" id="viz-types-form">';
42
+ // Using wp_create_nonce() without action parameter to match verification in Chart.php
43
echo '<input type="hidden" name="nonce" value="', wp_create_nonce(), '">';
44
parent::_toHTML();
45
echo '</form>';
0 commit comments