WP_Debug_Data::get_wp_server(): array<string,
- Since
- 6.7.0
- Source
wp-admin/includes/class-wp-debug-data.php:345
Compatibility
- WordPress
- since 6.7.0
- PHP
- 7.4–8.6-dev
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.
Return value
array<string,- string|array> The server-related debug data.
Performance profile
How much work a call to WP_Debug_Data::get_wp_server() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.
- Cost class
- Heavy
- Scaling
- Constant
- Instructions
- 287–481
- Plugin surface
- None
- Called by
- 1
Reads or writes the filesystem via is_file().
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 589.
Nothing here hands control to plugin code.
1 place in core call this, so the cost is paid more often than your own code shows.
What it touches
- filesystemfilesystem access
is_file()called directly - hookthird-party callbacks
apply_filters()one call below WP_Debug_Data::get_wp_server() - optionoption read or write
get_option()one call below WP_Debug_Data::get_wp_server()
Further down the call graph this can also reach cache, serialize, query and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.
What one call costs · 24 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Debug_Data::get_wp_server() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
empty($value) && extension_loaded() && !isset($value) | 287–295 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && !is_file() && !isset($value) | 289–298 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && isset($value) | 292–300 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && !is_file() && isset($value) | 294–303 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && is_file() && !isset($value) | 316–325 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && !isset($value) | 318–328 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && is_file() && isset($value) | 321–330 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && isset($value) | 323–333 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && !isset($value) | 380–383 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && !is_file() && !isset($value) | 382–386 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && isset($value) | 385–388 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && !is_file() && isset($value) | 387–391 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
12 further outcomes, up to 481 instructions
empty($value) && extension_loaded() && $opcache_status !== false && is_file() && !isset($value) | 409–413 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && !isset($value) | 411–416 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && is_file() && isset($value) | 414–418 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && extension_loaded() && $opcache_status !== false && isset($value) | 416–421 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && $opcache_status !== false && !isset($value) | 440–443 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && $opcache_status !== false && !is_file() && !isset($value) | 442–446 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && $opcache_status !== false && isset($value) | 445–448 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && $opcache_status !== false && !is_file() && isset($value) | 447–451 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && $opcache_status !== false && is_file() && !isset($value) | 469–473 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && $opcache_status !== false && !isset($value) | 471–476 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __() |
empty($value) && $opcache_status !== false && is_file() && isset($value) | 474–478 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
empty($value) && $opcache_status !== false && isset($value) | 476–481 | __(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __() |
This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 573 | 281–473 | 18 | 16 fewer instructions than PHP 8.5 |
| 8.5 | 589 | 287–481 | 18 | |
| 8.4 | 589 | 287–481 | 18 | 27 fewer instructions than PHP 8.3 |
| 8.3 | 616 | 305–506 | 19 | |
| 8.2 | 616 | 305–506 | 19 | |
| 8.1 | 616 | 305–506 | 19 | |
| 7.4 | 616 | 305–506 | 19 |
An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.
Uses · 10
- __()Retrieves the translation of $text.
- wp_unslash()Removes slashes from a string or recursively removes slashes from strings within an array.
- size_format()Converts a number of bytes to the largest unit the bytes will fit into.
- number_format_i18n()Converts float number to format based on the locale.
- got_url_rewrite()Returns whether the server supports URL rewriting.
- get_home_path()Gets the absolute filesystem path to the root of the WordPress installation.
- wp_date()Retrieves the date, in localized format.
- WP_Site_Health::get_instance()Returns an instance of the WP_Site_Health class, or create one if none exist yet.
- DateTime::__construct()
- DateTimeZone::__construct()
Used by · 1
- WP_Debug_Data::debug_data()Static function for generating site debug data when required.
Source code
private static function get_wp_server(): array { // Populate the server debug fields. if ( function_exists( 'php_uname' ) ) { $server_architecture = sprintf( '%s %s %s', php_uname( 's' ), php_uname( 'r' ), php_uname( 'm' ) ); } else { $server_architecture = 'unknown'; } $php_version_debug = PHP_VERSION; // Whether PHP supports 64-bit. $php64bit = ( PHP_INT_SIZE * 8 === 64 ); $php_version = sprintf( '%s %s', $php_version_debug, ( $php64bit ? __( '(Supports 64bit values)' ) : __( '(Does not support 64bit values)' ) ) ); if ( $php64bit ) { $php_version_debug .= ' 64bit'; } $fields = array(); $fields['server_architecture'] = array( 'label' => __( 'Server architecture' ), 'value' => ( 'unknown' !== $server_architecture ? $server_architecture : __( 'Unable to determine server architecture' ) ), 'debug' => $server_architecture, ); $fields['httpd_software'] = array( 'label' => __( 'Web server' ), 'value' => ! empty( $_SERVER['SERVER_SOFTWARE'] ) ? wp_unslash( $_SERVER['SERVER_SOFTWARE'] ) : __( 'Unable to determine what web server software is used' ), 'debug' => ! empty( $_SERVER['SERVER_SOFTWARE'] ) ? wp_unslash( $_SERVER['SERVER_SOFTWARE'] ) : 'unknown', ); $fields['php_version'] = array( 'label' => __( 'PHP version' ), 'value' => $php_version, 'debug' => $php_version_debug, ); $fields['php_sapi'] = array( 'label' => __( 'PHP SAPI' ), 'value' => PHP_SAPI, 'debug' => PHP_SAPI, ); $fields['max_input_variables'] = array( 'label' => __( 'PHP max input variables' ), 'value' => ini_get( 'max_input_vars' ), ); $fields['time_limit'] = array( 'label' => __( 'PHP time limit' ), 'value' => ini_get( 'max_execution_time' ), ); if ( WP_Site_Health::get_instance()->php_memory_limit !== ini_get( 'memory_limit' ) ) { $fields['memory_limit'] = array( 'label' => __( 'PHP memory limit' ), 'value' => WP_Site_Health::get_instance()->php_memory_limit, ); $fields['admin_memory_limit'] = array( 'label' => __( 'PHP memory limit (only for admin screens)' ), 'value' => ini_get( 'memory_limit' ), ); } else { $fields['memory_limit'] = array( 'label' => __( 'PHP memory limit' ), 'value' => ini_get( 'memory_limit' ), ); } $fields['max_input_time'] = array( 'label' => __( 'Max input time' ), 'value' => ini_get( 'max_input_time' ), ); $fields['upload_max_filesize'] = array( 'label' => __( 'Upload max filesize' ), 'value' => ini_get( 'upload_max_filesize' ), ); $fields['php_post_max_size'] = array( 'label' => __( 'PHP post max size' ),Changelog
Introduced in 6.7.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
array to array<string,.verified against sourceAbout this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-admin/includes/class-wp-debug-data.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.