Skip to content

Commit 112ee84

Browse files
author
Soare Robert-Daniel
committed
chore: visibility condition
1 parent ce292ff commit 112ee84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

menu-icons.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ public static function add_black_friday_data( $configs ) {
269269
$config = $configs['default'];
270270
$product_slug = basename(dirname(__FILE__));
271271

272+
if ( defined( 'NEVE_VERSION' ) ) {
273+
return $configs;
274+
}
275+
272276
$config['message'] = __( 'You use Menu Icons. Get more menu control with Neve Pro: advanced header builder, sticky navigation, custom layouts. Built by the same team.', 'menu-icons' );
273277
$config['cta_label'] = __( 'Get Neve Pro free', 'menu-icons' );
274278
$config['sale_url'] = add_query_arg(

0 commit comments

Comments
 (0)