parent = $widget; //$this->bpel_timeline_content_section( $widget ); } public function register_style_controls() { parent::register_style_controls(); // TODO: Change the autogenerated stub $this->eae_timeline_style_section(); } function extra_control(){ $this->update_control( 'item_icon_icon_size', [ 'default' => [ 'size' => 25, ], ] ); $this->update_control( 'item_icon_icon_padding', [ 'default' => [ 'size' => 7, ], ] ); $this->update_control( 'arrow_align', [ 'default' => 'center', ] ); } public function render() { $this->common_render(); } }