Escapes an identifier value without adding the surrounding quotes.
a``b.$identifierstringrequired
private function _escape_identifier_value( $identifier ) {
return str_replace( '`', '``', $identifier );
}
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wpdb/_escape_identifier_value