Update elementor pro
This commit is contained in:
@@ -100,7 +100,7 @@ class Activate extends Common_App {
|
||||
License\Admin::set_license_key( $license_key );
|
||||
|
||||
License\API::set_license_data( $data );
|
||||
|
||||
$this->request( 'set_site_owner' );
|
||||
$this->add_notice( esc_html__( 'License has been activated successfully.', 'elementor-pro' ) );
|
||||
|
||||
$this->redirect_to_admin_page( License\Admin::get_url() );
|
||||
@@ -121,6 +121,7 @@ class Activate extends Common_App {
|
||||
'templates_access_level' => API::get_library_access_level( 'template' ),
|
||||
'kits_access_level' => API::get_library_access_level( 'kit' ),
|
||||
'access_tier' => API::get_access_tier(),
|
||||
'plan_type' => API::get_plan_type(),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user