$this->get_widths(), 'default' => '100', ]; } /** * @return array */ private function get_widths() { return array_reduce(self::$widths, function($c,$v) { return $c + [$v => "{$v}%"]; }, [ '' => __( 'Default', 'awelementor' ), ]); } }