WP_Upgrader_Skin::after()publicWP 2.8.0

Performs and action following an update.

Method of the class: WP_Upgrader_Skin{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Upgrader_Skin = new WP_Upgrader_Skin();
$WP_Upgrader_Skin->after();

Changelog

Since 2.8.0 Introduced.

WP_Upgrader_Skin::after() code WP 6.4.3

public function after() {}