You are here

function hook_simplenews_category_delete in Simplenews 7

Act after a newsletter category has been deleted.

Related topics

1 invocation of hook_simplenews_category_delete()
simplenews_category_delete in ./simplenews.module
Delete newsletter category from the database.

File

./simplenews.api.php, line 128
Hooks provided by the Simplenews module.

Code

function hook_simplenews_category_delete($category) {
}