Astra_Addon_Update::__construct()
Constructor
Description
Source
File: classes/class-astra-addon-update.php
public function __construct() {
// Theme Updates.
add_action( 'astra_update_before', __CLASS__ . '::init' );
}
Expand full source code Collapse full source code View on Trac