Update elementor pro

This commit is contained in:
2026-03-24 09:23:15 +01:00
parent ce2d93a202
commit 4c35d65901
559 changed files with 11981 additions and 19280 deletions

View File

@@ -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(),
];
}