We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306dfe7 commit 8af35feCopy full SHA for 8af35fe
src/wp-accessibility-stats.php
@@ -213,7 +213,7 @@ function wpa_stats_action() {
213
if ( isset( $_REQUEST['action'] ) && 'wpa_stats_action' === $_REQUEST['action'] ) {
214
$security = $_REQUEST['security'];
215
if ( ! wp_verify_nonce( $security, 'wpa-stats-action' ) ) {
216
- wp_send_json( array( 'failed' => $_REQUEST ) );
+ wp_die();
217
}
218
$stats = map_deep( $_REQUEST['stats'], 'sanitize_text_field' );
219
$post_id = absint( $_REQUEST['post_id'] );
0 commit comments