Docs

apply_filters( ‘everest_forms_list_table_show_form_checkbox’, bool $show, WP_Post $post )

Filters whether to show the bulk edit checkbox for a form in its list table.

Description

By default the checkbox is only shown if the current user can edit the form.

Parameters

$showbool
Whether to show the checkbox.
$postWP_Post
The current WP_Post object.

Changelog

VersionDescription
1.7.5Introduced.