Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Nov 19, 2024
1 parent b07acbd commit 6dfba78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ function _get_functions_to_exclude_from_uses() {

$ids = $wpdb->get_col(
"SELECT p2p_to
FROM {$wpdb->p2p} p2p
FROM {$wpdb->prefix}p2p p2p
WHERE p2p_type IN ( 'methods_to_functions', 'functions_to_functions', 'methods_to_methods', 'functions_to_methods' )
GROUP BY p2p_to
HAVING COUNT(*) > 50"
Expand Down

0 comments on commit 6dfba78

Please sign in to comment.