Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
convertkit
/
includes
/
integrations
/
elementor
:
class-convertkit-elementor-widget-form.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; }