Astra_Addon_License_Notice::__construct()
Constructor
Description
Source
File: admin/core/includes/class-astra-addon-license-notice.php
public function __construct() {
add_action( 'admin_init', array( $this, 'register_license_notice' ) );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.12.0 | Introduced. |