📜  elementor 文本控件 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:25.749000             🧑  作者: Mango

代码示例1
$this->add_control(
            'widget_title',
            [
                'label' => __( 'Title', 'plugin-domain' ),
                'type' => \Elementor\Controls_Manager::TEXT,
                'default' => __( 'Default title', 'plugin-domain' ),
                'placeholder' => __( 'Type your title here', 'plugin-domain' ),
            ]
        );