Update elementor pro

This commit is contained in:
2026-03-26 14:00:57 +01:00
parent 6af83e92ed
commit aac5b2ea8e
400 changed files with 5807 additions and 1600 deletions

View File

@@ -21,7 +21,7 @@ class Module extends Module_Base {
parent::__construct();
// TODO: Should we move this to the `is_active` method?
if ( API::is_licence_has_feature( static::LICENSE_FEATURE_NAME ) ) {
if ( ! API::is_licence_has_feature( static::LICENSE_FEATURE_NAME ) ) {
return;
}