jetpack_forms_file_upload_token

jetpack_forms_file_upload_token

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_forms_file_upload_token') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php line 851
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    * @since 0.45.0
     *
     * @param string $upload_token Default empty token.
     */
    $upload_token = apply_filters( 'jetpack_forms_file_upload_token', '' );
     
    $global_state = array(
        'i18n'          => array(
            'language'           => get_bloginfo( 'language' ),
            'fileSizeUnits'      => $file_size_units,
            'zeroBytes'          => __( '0 Bytes', 'jetpack-forms' ),

See this hook used in plugins: