📅  最后修改于: 2022-03-11 14:53:25.749000             🧑  作者: Mango
$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' ),
]
);