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' ) );
	}

Changelog

Changelog
Version Description
4.12.0 Introduced.


User Contributed Notes

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