Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created August 3, 2022 08:17
Show Gist options
  • Save rwp0/f7a5b2c15f037696e4e7ced2999e98f7 to your computer and use it in GitHub Desktop.
Save rwp0/f7a5b2c15f037696e4e7ced2999e98f7 to your computer and use it in GitHub Desktop.
Determine WordPress version
grep '^$wp_version' wp-includes/version.php
# eg. $wp_version = '3.4.2';
# See also:
# $required_php_version = '5.2.4';
# $required_mysql_version = '5.0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment