jetpack_contact_form_can_manage_block

jetpack_contact_form_can_manage_block

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.0

apply_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 853
    			 * @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;