do_action( 'torro_register_actions', awsmug\Torro_Forms\Modules\Actions\Module $actions )

Fires when the default actions have been registered.

Description

This action should be used to register custom actions.

Parameters

$actions

(awsmug\Torro_Forms\Modules\Actions\Module) (Optional) Action manager instance.

Changelog

Changelog
Version Description
1.0.0 Introduced.