Constructor.
Description
See also
Parameters
- $prefix
-
(string) (Required) Instance prefix.
Source
File: src/components/template-tag-handler-manager.php
public function __construct( $prefix ) { $this->set_prefix( $prefix ); Field_Manager::register_field_type( 'templatetagtext', Template_Tag_Text_Field::class ); Field_Manager::register_field_type( 'templatetagemail', Template_Tag_Email_Field::class ); Field_Manager::register_field_type( 'templatetagwysiwyg', Template_Tag_WYSIWYG_Field::class ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |