LogoLogo
WordPress.orgExtensionsSupport
Version 7
Version 7
  • Notification – Custom Notifications and Alerts for WordPress
  • Known issues
  • πŸ€Έβ€β™€οΈ User guide
    • How Notification plugin works
    • Who can use this plugin
    • How to create Notifications
    • Troubleshooting
    • Advanced
      • How to escape { character
      • Background processing
      • How to setup different FROM address for different Notifications
      • Custom Post Type support
  • πŸ”§Developer
    • General
      • Plugin loading chain
      • Runtime
      • Extension possibilities
      • Creating an extension
      • Bundling Notification plugin
      • White label mode
    • Notifications
      • Suppressing the Notification
      • JSON synchronization
      • Programmatic Notifications
    • Triggers
      • List of all default Triggers
      • Custom Trigger
      • Enable support for non-public Custom Post Type
      • Adding Merge Tags to existing Triggers
      • Postponing the Trigger action
      • Delaying Trigger execution with Cron
    • Carriers
      • Custom Carrier
      • Adding custom fields to Carrier form
      • Suppressing the Carrier
    • Recipients
      • Custom Recipient
    • Snippets
      • General
        • Automatic Trigger testing
        • Allow other roles to edit Notifications
        • Allow sending Notification while logging is active
        • Programmatic Notification with manual Trigger
        • Background Processing filter
      • Triggers
        • Post
        • User
      • Integations
        • WP All Import
        • MemberPress
        • Gutenberg
  • 🧩Extensions
    • Installation
    • Planned extensions
    • 3rd Party Extensions
    • Custom Fields
      • v1.3
    • Scheduled Triggers
    • Slack
    • Twilio
Powered by GitBook
On this page

Was this helpful?

  1. πŸ€Έβ€β™€οΈ User guide
  2. Advanced

Custom Post Type support

PreviousHow to setup different FROM address for different NotificationsNextGeneral

Last updated 6 years ago

Was this helpful?

By default, the Notification plugin have the Post and Page enabled, but you are free to enable also other Post Types in the plugin Settings.

Just navigate to Notification plugin Settings and into the Triggers section. Then, in Post Types setting select your Post Type and save the settings.

After that, you will be able to use all the set of Post triggers, like Post Type updated or Post type added.

Support for non-public Custom Post Type

To enable support for non-public Custom Post Type you are going to need a short code snippet. Please refer to the article below.

Enable support for non-public Custom Post Type
Enabling Custom Post Type support in Notification plugin