update_control( 'progress_color', [ 'default' => '#50dded', 'selectors' => [ '{{WRAPPER}} .eae-pb-bar-inner' => 'background-color: {{VALUE}};', '{{WRAPPER}} .eae-pb-bar-value' => 'background-color: {{VALUE}};', '{{WRAPPER}} .eae-pb-bar-value::after' => 'border-color: {{VALUE}} transparent transparent transparent;', ] ] ); } public function register_style_controls() { parent::register_style_controls(); // TODO: Change the autogenerated stub } function render(){ $this->common_render(); } }