File "class-convertkit-elementor-widget-form.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/convertkit/includes/integrations/elementor/class-convertkit-elementor-widget-form.php
File size: 672 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';

}