Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_direct_php_update_button() | Display a button directly linking to a PHP update process. |
wp-includes/functions.php: wp_get_update_php_url() | Gets the URL to learn more about updating the PHP version the site is running on. |
wp-includes/functions.php: wp_update_php_annotation() | Prints the default annotation for the web host altering the “Update PHP” page URL. |
wp-admin/includes/misc.php: wp_check_php_version() | Checks if the user needs to update PHP. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |