onTagDeleted( )


An event that is triggered when a tag is deleted.

The onTagDeleted() event handler runs when a tag is deleted. The received TagDeleted object contains event metadata.

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

Method Declaration
Copy
Method Parameters
eventTagDeleted

Information about the post that was deleted.

Errors

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

Did this help?