do_action( 'elementor/element/after_section_end', ElementorControls_Stack $this , string $section_id , array $args )
After section end.
Description
Fires after Elementor section ends in the editor panel.
Parameters
Name | Type | Description |
---|---|---|
$this | ElementorControls_Stack |
The control. |
$section_id | string |
Section ID. |
$args | array |
Section arguments. |
Changelog
Version | Description |
---|---|
1.4.0 | Introduced. |
Source
includes/base/controls-stack.php
Used By
- includes/base/controls-stack.php: Controls_Stack::end_controls_section()