do_action( "{$this->form_manager->get_prefix()}save_form", awsmug\Torro_Forms\DB_Objects\Forms\Form $form, array $mappings )

Fires after a form has been saved.

Description

Parameters

$form

(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Optional) Form that has been saved.

$mappings

(array) (Optional) Array of ID mappings from the objects that have been saved.

Changelog

Changelog
Version Description
1.0.0 Introduced.