Skip to content

Commit

Permalink
Update class-wpoven-performance-logs-admin.php
Browse files Browse the repository at this point in the history
update wpoven_purge_all_logs()
  • Loading branch information
shyambaseapp authored Nov 12, 2024
1 parent 69fd7c4 commit 6ae0b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/admin/class-wpoven-performance-logs-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public function create_database_table()

function wpoven_purge_all_logs()
{
check_ajax_referer('ajax_nonce', 'nonce');
//check_ajax_referer('ajax_nonce', 'nonce');

global $wpdb;
$return_array = array();
Expand Down

0 comments on commit 6ae0b5c

Please sign in to comment.