PHP global variables used throughout WordPress Core.
-
$blog_idType: integer
Set in:
wp-settings.php🔍Default value:
1Description: Current site ID.
-
$required_mysql_versionType: string
Set in:
wp-settings.php🔍Description: Holds the required MySQL version.
-
$required_php_versionType: string
Set in:
wp-settings.php🔍Description: Holds the required PHP version.
-
$tinymce_versionType: string
Set in:
wp-settings.php🔍Description: Holds the TinyMCE version.
-
$wp_db_versionType: string
Set in:
wp-settings.php🔍Description: Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
-
$wp_local_packageType: string
Set in:
wp-settings.php🔍 -
$table_prefixType: string
Set in:
wp-config-sample.php🔍Default value:
'wp_'Description: WordPress database table prefix. Must only contain numbers, letters, and underscores.
-
$wp_versionType: string
Set in:
wp-settings.php🔍Description: The WordPress version string.