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

Filters whether the typical image sizes should be generated for form upload images.

Description

Parameters

$result

(bool) (Optional) True if image sizes should be generated, false otherwise. Default false.

$form_id

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

Changelog

Changelog
Version Description
1.0.0 Introduced.