rtsb_name = esc_html__( 'Archive Description', 'shopbuilder' ); $this->rtsb_base = 'rtsb-archive-description'; parent::__construct( $data, $args ); } /** * Widget Field * * @return array */ public function widget_fields() { return ArchiveDescSettings::widget_fields( $this ); } /** * Set Widget Keyword. * * @return array */ public function get_keywords() { return [ 'Archive' ] + parent::get_keywords(); } /** * Render Function * * @return void */ protected function render() { $controllers = $this->get_settings_for_display(); $this->theme_support(); ob_start(); if ( BuilderFns::is_builder_preview() ) { ?>

'elementor/archive/archive-description', 'controllers' => $controllers, 'content' => $content, ]; Fns::load_template( $data['template'], $data ); $this->theme_support( 'render_reset' ); } }