do_action( 'torro_register_element_types', awsmug\Torro_Forms\DB_Objects\Elements\Element_Types\Element_Type_Manager $element_types )

Fires when the default element types have been registered.

Description

This action should be used to register custom element types.

Parameters

$element_types

(awsmug\Torro_Forms\DB_Objects\Elements\Element_Types\Element_Type_Manager) (Optional) Element type manager instance.

Changelog

Changelog
Version Description
1.0.0 Introduced.