jetpack_forms_enable_ajax_submission
jetpack_forms_enable_ajax_submission
Hook Type: filter
Displaying hooks found in version: jetpack.15.2apply_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 ); }