jetpack_required_field_text, __( (required

jetpack_required_field_text, __( (required

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_required_field_text, __( (required') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php line 120
    									'[contact-field label="' . __( 'Message', 'jetpack-forms' ) . '" type="textarea" /]',
    				'labels'                   => array(
    					'submit_button_text'  => __( 'Submit', 'jetpack-forms' ),
    					/** This filter is documented in \Automattic\Jetpack\Forms\ContactForm\Contact_Form */
    					'required_field_text' => apply_filters( 'jetpack_required_field_text', __( '(required)', 'jetpack-forms' ) ),
    					'edit_close_ays'      => __( 'Are you sure you\'d like to stop editing this form without saving your changes?', 'jetpack-forms' ),
    					'quicktags_label'     => __( 'contact form', 'jetpack-forms' ),
    					'tinymce_label'       => __( 'Add contact form', 'jetpack-forms' ),
    				),
    			)
    		);