apply_filters( 'torro_form_container_show_title', bool $show_container_title, int $form_id, int $container_id )

Filters whether the container title should be displayed on the frontend.

Description

Parameters

$show_container_title

(bool) (Optional) Whether to show the title. Default is true if the current form has multiple containers, or false otherwise.

$form_id

(int) (Optional) Form ID.

$container_id

(int) (Optional) Container ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.