contact_form_subject, $contact_form_subject, $this->get_all_values(
contact_form_subject, $contact_form_subject, $this->get_all_values(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_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.