jetpack_forms_supported_integrations

jetpack_forms_supported_integrations

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_filters('jetpack_forms_supported_integrations') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 134
    		 *                            - subtitle (string)              : Default UI subtitle/description for the integration.
    		 *                            - enabled_by_default (bool)      : Whether the integration is enabled by default on new forms.
    		 *                            - icon_url (string|null)         : Absolute URL to an icon to display in the UI.
    		 */
    		return apply_filters( 'jetpack_forms_supported_integrations', $supported_integrations );
    	}
    
    	/**
    	 * Registers the REST routes.
    	 *
    	 * @access public