jetpack_forms_enable_ajax_submission
jetpack_forms_enable_ajax_submission
Appears in: jetpack.14.8, jetpack.14.9.1, jetpack.15.0, jetpack.15.1, jetpack.15.1.1, jetpack.15.2, jetpack.15.3.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.3.1apply_filters('jetpack_forms_enable_ajax_submission') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 154
$this->current_post = get_post( $contact_form_id ); } // phpcs:enable $this->is_response_without_reload_enabled = apply_filters( 'jetpack_forms_enable_ajax_submission', true ); // Initialize the source before setting defaults if ( ! $this->source ) { $attributes = is_array( $attributes ) ? $attributes : array(); $this->source = Feedback_Source::get_current( $attributes ); }