// phpcs:disable Generic.Commenting.DocComment.MissingShort
/** @noinspection PhpUndefinedNamespaceInspection */
/** @noinspection PhpUndefinedClassInspection */
// phpcs:enable Generic.Commenting.DocComment.MissingShort
namespace WPForms\Integrations\Elementor\Controls;
use Elementor\Base_Data_Control;
* Custom WPForms Themes control for Elementor editor.
class WPFormsThemes extends Base_Data_Control {
* @return string Control type.
public function get_type() {
* Get the control's default settings.
* @return array Control default settings.
protected function get_default_settings() {
* Render control output in the editor.
public function content_template() {
<div class="elementor-control-field">
<div class="elementor-control-input-wrapper">
<div class="wpforms-elementor-themes-control"></div>