MK
Size: a a a
MK
MK
MK
DI
DI
DI
MK
IH
MK
IH
MK
IH
MK
MK
IH
add_action( 'elementor/element/after_section_start', function( $element, $section_id, $args ) {
/** @var \Elementor\Element_Base $element */
if ( 'form' === $element->get_name() && 'section_integration' === $section_id ) {
$element->add_control(
'custom_control',
[
'type' => \Elementor\Controls_Manager::NUMBER,
'label' => __( 'Custom Control', 'plugin-name' ),
]
);
}
}, 10, 3 );
elementor/frontend/element/before_render
MK
MK