📜  在数据库中查找 wordpress 版本 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:21.084000             🧑  作者: Mango

代码示例1
/* Make sure to consult the codex, as the db_version looks different from the wp version. */
/* https://codex.wordpress.org/WordPress_Versions */
SELECT * FROM `wp_options` where option_name = 'db_version'