contact_form_subject, $contact_form_subject, $this->get_all_values(

contact_form_subject, $contact_form_subject, $this->get_all_values(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('contact_form_subject, $contact_form_subject, $this->get_all_values(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-feedback.php line 2156
    				$contact_form_subject = $value;
    			}
    		}
    
    		return apply_filters( 'contact_form_subject', $contact_form_subject, $this->get_all_values() );
    	}
    
    	/**
    	 * Gets the computed comment content.
    	 *
    	 * @param array        $post_data The post data from the form submission.