grunion_contact_form_field_html, $rendered_field, $field_label, ( in_the_loop(

grunion_contact_form_field_html, $rendered_field, $field_label, ( in_the_loop(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('grunion_contact_form_field_html, $rendered_field, $field_label, ( in_the_loop(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php line 736
    		 * @param string $rendered_field Contact Form HTML output.
    		 * @param string $field_label Field label.
    		 * @param int|null $id Post ID.
    		 */
    		return apply_filters( 'grunion_contact_form_field_html', $rendered_field, $field_label, ( in_the_loop() ? get_the_ID() : null ) );
    	}
    	/**
    	 * Returns the computed field value for a field. It uses the POST, GET, Logged in data.
    	 *
    	 * @module contact-form
    	 *