onCategoryUpdated( )


A backend event that fires when a forum category is updated.

The onCategoryUpdated() event handler runs when a an existing forum category in your site is updated. The received UpdatedCategory object contains information about the category that was updated.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventUpdatedCategoryRequired

Information about the forum category that was updated.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?