Do not use, deprecated.
Description
Use esc_sql() or wpdb::prepare() instead.
See also
Parameters
$data
stringrequired
Source
* @see wpdb::prepare()
* @see esc_sql()
*
* @param string $data
* @return string
*/
Changelog
Version | Description |
---|---|
3.6.0 | Use wpdb::prepare() |
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.