| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | use Elementor\Core\Base\Document; |
| 5 | 5 | use Elementor\TemplateLibrary\Forms\New_Template_Form; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | $new_template_control_form = new New_Template_Form( [ 'id' => 'form' ] ); |
| 11 | 11 | $document_types = Plugin::$instance->documents->get_document_types(); |
| 12 | 12 | |