카테고리 없음
[wordpress] sql parameter binding
냐옴
2023. 2. 14. 15:37
The following placeholders can be used in the query string:
- %d (integer)
- %f (float)
- %s (string)
Literal percentage signs (%) in the query string must be written as %%.
https://developer.wordpress.org/reference/classes/wpdb/prepare/
WordPress Developer Resources | Official WordPress Developer Resources
Official WordPress developer resources including a code reference, handbooks (for APIs, plugin and theme development, block editor), and more.
developer.wordpress.org