Elementor\Element_Column::get_default_edit_tools PHP 메소드

get_default_edit_tools() 보호된 정적인 메소드

protected static get_default_edit_tools ( )
    protected static function get_default_edit_tools()
    {
        return ['duplicate' => ['title' => __('Duplicate', 'elementor'), 'icon' => 'files-o'], 'add' => ['title' => __('Add', 'elementor'), 'icon' => 'plus'], 'remove' => ['title' => __('Remove', 'elementor'), 'icon' => 'times']];
    }