jetpack_contact_form_can_manage_block
jetpack_contact_form_can_manage_block
Appears in: jetpack.14.6
Hook Type: filter
Displaying hooks found in version: jetpack.14.6apply_filters('jetpack_contact_form_can_manage_block') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php line 361
* @module contact-form * * @param bool $can_manage_block Whether the current user can manage the block. */ apply_filters( 'jetpack_contact_form_can_manage_block', false ) ) { return true; } if ( ! class_exists( 'Jetpack' ) ) { return true;