jetpack_forms_supported_integrations

jetpack_forms_supported_integrations

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.1.1

apply_filters('jetpack_forms_supported_integrations') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 122
    		 *                            - marketing_redirect_slug (string|null) : Redirect slug for marketing links, or null.
    		 *                            - title (string)                 : Default UI title for the integration.
    		 *                            - subtitle (string)              : Default UI subtitle/description for the integration.
    		 */
    		return apply_filters( 'jetpack_forms_supported_integrations', $supported_integrations );
    	}
    
    	/**
    	 * Registers the REST routes.
    	 *
    	 * @access public