On this page
apply_filters( 'update_feedback', string $feedback )
Filters feedback messages displayed during the core update process.
Description
The filter is first evaluated after the zip file for the latest version has been downloaded and unzipped. It is evaluated five more times during the process:
- Before WordPress begins the core upgrade process.
- Before Maintenance Mode is enabled.
- Before WordPress begins copying over the necessary files.
- Before Maintenance Mode is disabled.
- Before the database is upgraded.
Parameters
$feedbackstring-
The core update feedback messages.
Source
File: wp-admin/includes/update-core.php. View all references
apply_filters( 'update_feedback', __( 'Verifying the unpacked files…' ) );
Related
Used By
| Used By | Description |
|---|---|
| Core_Upgrader::upgrade() wp-admin/includes/class-core-upgrader.php | Upgrade WordPress core. |
| update_core() wp-admin/includes/update-core.php | Upgrades the core of WordPress. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_feedback