Skip to content

Commit

Permalink
Remove another
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 6, 2023
1 parent a7a39b5 commit da5c27e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wp-accessibility-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ function wpa_stats_action() {

$response = wpa_add_stats( $stats, $title, $type, $post_id );
wp_send_json( $response );
} else {
wp_send_json( array( 'no-request' => $_REQUEST ) );
}
}
add_action( 'wp_ajax_wpa_stats_action', 'wpa_stats_action' );
Expand Down

0 comments on commit da5c27e

Please sign in to comment.