jetpack_unauth_file_upload_plan_check
jetpack_unauth_file_upload_plan_check
Hook Type: filter
Displaying hooks found in version: jetpack.15.0apply_filters('jetpack_unauth_file_upload_plan_check') is found 2 times:
- /jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php line 423
'jetpack/field-file', array( 'render_callback' => array( Contact_Form_Plugin::class, 'gutenblock_render_field_file' ), 'provides_context' => array( 'jetpack/field-required' => 'required' ), 'plan_check' => apply_filters( 'jetpack_unauth_file_upload_plan_check', true ), ) ); Blocks::jetpack_register_block( 'jetpack/dropzone', array(
- /jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php line 642
/** * Set field-file extension available hook handler */ public static function set_file_field_extension_available() { if ( ! apply_filters( 'jetpack_unauth_file_upload_plan_check', true ) ) { \Jetpack_Gutenberg::set_extension_available( 'field-file' ); } } /** * Render the gutenblock form.