apply_filters( "elementor/{$element_type}/print_template", string $content_template , ElementorControls_Stack $this )
Template content.
Description
Filters the controls stack template content before it’s printed in the editor.
The dynamic portion of the hook name, $element_type
, refers to the element type.
Parameters
Name | Type | Description |
---|---|---|
$content_template | string |
The controls stack template in the editor. |
$this | ElementorControls_Stack |
The controls stack. |
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/base/controls-stack.php
Used By
- includes/base/controls-stack.php: Controls_Stack::print_template()