Uses
| Uses | Description |
|---|---|
| wp-includes/wp-db.php: wpdb::esc_like() | First half of escaping for LIKE special characters % and _ before preparing for MySQL. |
| wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
| wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |