get_template_parts(); $parts = array( 'content' => __( 'Content', 'botiga' ) ); //disabled links in free $disabled = ! $this->settings['has_pro'] || $this->settings['has_pro'] && ( class_exists( 'Botiga_Modules' ) && ! Botiga_Modules::is_module_active( 'templates' ) ) ? 'style="pointer-events:none;"' : ''; ?>