We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be891c commit 1c791fbCopy full SHA for 1c791fb
1 file changed
classes/Visualizer/Render/Layout.php
@@ -980,7 +980,7 @@ class="dashicons dashicons-lock"></span></h2>
980
add_query_arg(
981
array(
982
'action' => Visualizer_Module::is_pro() ? Visualizer_Pro::ACTION_FETCH_DATA : '',
983
- 'nonce' => wp_create_nonce(),
+ 'nonce' => wp_create_nonce( Visualizer_Pro::ACTION_FETCH_DATA ),
984
),
985
admin_url( 'admin-ajax.php' )
986
)
0 commit comments