apply_filters( 'torro_form_uploads_should_set_parent_form', bool $result, int $form_id )

Filters whether form uploads should have the form they’re uploaded for set as their parent.

Description

Parameters

$result

(bool) (Optional) True if the form should be set as parent, false otherwise. Default false.

$form_id

(int) (Optional) Form ID for which to check this.

Changelog

Changelog
Version Description
1.0.0 Introduced.