[ 'label' => __( 'General', 'wts-eae' ), 'sections' => [ 'general' => [ 'fields' => [ 'gmap_key' => [ 'label' => __( 'Google Map Key', 'wts-eae' ), 'field_args' => [ 'type' => 'text', 'desc' => '' . __('Click Here', 'wts-eae') . ' to generate API KEY' ], ] ] ] ] ], 'other_products' => [ 'label' => __('Other Products', 'wts-eae'), 'sections' => [ 'other_products' => [ 'fields' => [ 'aepro' => [ 'field_args' => [ 'type' => 'raw_html', 'html' => $this->get_aepro_promo() ] ] ] ] ] ] ]; } function get_aepro_promo(){ $promo_html = '

AnyWhere Elementor Pro

'; $promo_html .= '
Learn More See Demo

Supercharge your Elementor with the ability to design global layouts

'; return $promo_html; } } new Settings();