Fix security token verification in Free Plugins tab
This commit is contained in:
@ -115,7 +115,7 @@ class WP_Allstars_Free_Plugins_Manager {
|
|||||||
data: {
|
data: {
|
||||||
action: 'wp_allstars_get_plugins',
|
action: 'wp_allstars_get_plugins',
|
||||||
category: category,
|
category: category,
|
||||||
nonce: '<?php echo wp_create_nonce('wp-allstars-nonce'); ?>'
|
_wpnonce: '<?php echo wp_create_nonce('wp-allstars-nonce'); ?>'
|
||||||
},
|
},
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
$loadingOverlay.remove();
|
$loadingOverlay.remove();
|
||||||
|
Reference in New Issue
Block a user