You are here

function hook_simplenews_category_update in Simplenews 7

Act after a newsletter category has been saved.

Related topics

1 invocation of hook_simplenews_category_update()
simplenews_category_save in ./simplenews.module
Store newsletter category in the database.

File

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

Code

function hook_simplenews_category_update($category) {
}