control_groups['form'] = [ 'title' => esc_html__( 'Form', 'propertyhive' ), 'tab' => 'content', // content / style ];*/ } public function set_controls() { /*$this->controls['height'] = [ 'tab' => 'content', //'group' => 'settings', 'label' => esc_html__( 'Height', 'propertyhive' ), 'type' => 'number', 'default' => 400 ];*/ } public function render() { global $property; if ( !isset($property->id) ) { return; } $root_classes[] = $this->name; // Add 'class' attribute to element root tag $this->set_attribute( '_root', 'class', $root_classes ); echo "