Skip to content

Commit e7a316e

Browse files
fix
1 parent f63d321 commit e7a316e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

animation-addons-for-elementor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Requires at least: 6.6
1414
* Requires PHP: 7.4
1515
* Tested up to: 6.8
16-
* Elementor tested up to: 3.32.4
16+
* Elementor tested up to: 3.32.5
1717
* Elementor Pro tested up to: 3.32.4
1818
*/
1919

inc/admin/Notices/Notices.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ public static function instance() {
5050
* @since 2.4.16
5151
*/
5252
public function __construct() {
53-
54-
if(defined( 'WCF_ADDONS_PRO_VERSION' )){
55-
return;
56-
}
5753

5854
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
5955
add_action( 'admin_init', array( $this, 'add_admin_notices' ) );

inc/admin/Notices/ShowNotices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function instance() {
5252
* @since 1.0.0
5353
*/
5454
public function __construct() {
55-
55+
5656
$this->plugin_prefix = 'aae_notice_';
5757
add_action( 'admin_init', array( $this, 'load_messages' ), 1 );
5858
add_filter( 'wp_redirect', array( $this, 'save_messages' ), 1 );

0 commit comments

Comments
 (0)