Answers for "version wordpress how to find"

SQL
0

find wordpress version in database

/* 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'
Posted by: Guest on October-07-2020

Code answers related to "version wordpress how to find"

Code answers related to "SQL"

Browse Popular Code Answers by Language