Changes between Initial Version and Version 1 of Ticket #57149, comment 3
- Timestamp:
- 01/04/2023 07:33:26 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57149, comment 3
initial v1 23 23 */ 24 24 }}} 25 26 After some more thought and research, I also now believe I was wrong in my initial assessment. The following is the proper way the query should be escaped. 27 28 `SHOW TABLES LIKE 'wp\\_my\\_custom\\_table'` 29