-
-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Milestone
Description
Hi,
intval is accepted as an SQL escaping function but it is most often used together with array_map.
In WPCS 0.12.0, the query at https://github.com/WordPress/WordPress/blob/4.8/wp-includes/taxonomy.php#L3330 gives the error:
Use placeholders and $wpdb->prepare(); found array_map
JDGrimes