onCategoryCreated( )


An event that is triggered when a category is created.

The onCategoryCreated() event handler runs when a category is created. The received CategoryCreated object contains information about the category that was created.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventCategoryCreated

Information about the category that was created.

Did this help?