WP_Upgrader_Skin::before() WordPress Method
The WP_Upgrader_Skin::before() method is used to display a message before an upgrade begins. This is useful for displaying a message to the user letting them know that an upgrade is about to begin.
WP_Upgrader_Skin::before() #
Action to perform before an update.
Source
File: wp-admin/includes/class-wp-upgrader-skin.php
public function before() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |