jetpack_forms_show_block_integrations

jetpack_forms_show_block_integrations

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_filters('jetpack_forms_show_block_integrations') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 175
    		 * @since 6.22.0
    		 *
    		 * @param bool true Whether to show the Integrations UI in the editor. Default true.
    		 */
    		return apply_filters( 'jetpack_forms_show_block_integrations', true );
    	}
    
    	/**
    	 * Returns true if integration icons should be shown (editor sidebar and integrations modal).
    	 *
    	 * @since 6.22.0