Skip to content

webcomic_delete_collection

Michael Sisk edited this page Apr 10, 2018 · 1 revision

Delete a collection.

do_action( 'webcomic_delete_collection', string $id )

This action provides a way for hooks to perform collection-specific cleanup and other actions before deleting the collection settings.

Parameters

string $id

The ID of the deleted collection.

Clone this wiki locally