Changeset 52997 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 03/27/2022 02:43:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r52986 r52997 478 478 479 479 /** 480 * Filters the install response before the installation has started.480 * Filters the installation response before the installation has started. 481 481 * 482 482 * Returning a value that could be evaluated as a `WP_Error` will effectively … … 485 485 * @since 2.8.0 486 486 * 487 * @param bool|WP_Error $response Response.487 * @param bool|WP_Error $response Installation response. 488 488 * @param array $hook_extra Extra arguments passed to hooked filters. 489 489 */
Note: See TracChangeset
for help on using the changeset viewer.