Filters the result of WP_Upgrader::install_package().
Parameters
$result
array|WP_Error- Result from WP_Upgrader::install_package().
$hook_extra
array- Extra arguments passed to hooked filters.
Source
$result = apply_filters( 'upgrader_install_package_result', $result, $options['hook_extra'] );
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.