function init() { parent::init(); add_action('edit_form_after_title', array($this, 'insert_content_template_toolset_messages'), 5); add_action('edit_form_after_title', array($this, 'insert_content_template_description_section'), 5); add_action('edit_form_after_title', array($this, 'insert_content_template_edit_help_box')); add_filter('wp_editor_expand', array($this, 'disable_wp_editor_expand_for_content_templates'), 99, 2); }
function init() { parent::init(); }