apply_filters( 'upgrader_post_install', bool $response, array $hook_extra, array $result )

Filters the installation response after the installation has finished.


Description Description


Parameters Parameters

$response

(bool) Installation response.

$hook_extra

(array) Extra arguments passed to hooked filters.

$result

(array) Installation result data.


Top ↑

Source Source

File: wp-admin/includes/class-wp-upgrader.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.