jetpack_forms_supported_integrations

jetpack_forms_supported_integrations

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.0

apply_filters('jetpack_forms_supported_integrations') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 91
    	 *
    	 * @return array Filtered list of supported integrations
    	 */
    	private function get_supported_integrations() {
    		return apply_filters( 'jetpack_forms_supported_integrations', $this->supported_integrations );
    	}
    
    	/**
    	 * Registers the REST routes.
    	 *
    	 * @access public