<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php
/**
* Elementor Widget: ConvertKit Form.
*
* @package ConvertKit
* @author ConvertKit
*/
/**
* Registers the ConvertKit Form Block as an Elementor Widget.
*
* @package ConvertKit
* @author ConvertKit
*/
class ConvertKit_Elementor_Widget_Form extends ConvertKit_Elementor_Widget {
/**
* The module's slug. Must be different from the block's name i.e. cannot be convertkit-form.
*
* @since 1.9.7.2
*
* @var string
*/
public $slug = 'convertkit-elementor-form';
}