constant SIMPLENEWS_PRIORITY_NONE in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_PRIORITY_NONE
- 8 simplenews.module \SIMPLENEWS_PRIORITY_NONE
- 6.2 simplenews.module \SIMPLENEWS_PRIORITY_NONE
- 6 simplenews.module \SIMPLENEWS_PRIORITY_NONE
- 7.2 simplenews.module \SIMPLENEWS_PRIORITY_NONE
- 3.x simplenews.module \SIMPLENEWS_PRIORITY_NONE
NEWSLETTER MAIL PRIORITY
3 uses of SIMPLENEWS_PRIORITY_NONE
- simplenews_admin_category_form in includes/
simplenews.admin.inc - Menu callback: newsletter admin form for newsletter add/edit.
- simplenews_admin_settings_newsletter in includes/
simplenews.admin.inc - Menu callback: Simplenews admin settings - Newsletter.
- _simplenews_init_simplenews_category in ./
simplenews.install - Create initial simplenews categories.
File
- ./
simplenews.module, line 10 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_PRIORITY_NONE', 0);