Hi @clarkhunter,
Thanks for your message.
These aren’t custom fields so much as they are meta for holding the information about a notification within BNFW.
bnfw_notification is the notification type (e.g. new-post is the New Post Published notification) and bnfw_disabled can be either true or false and simply indicates whether the notification is disabled or enabled.
Hope this helps.
Hi @voltronik
Thank you for the quick response.
I have a notification that emails me when a new post is made.
When creating a post and setting the bnfw_disabled to true I still get a notification, am I not understanding this correctly?
Thanks
Hi @clarkhunter,
You don’t need to change anything in the database.
You can manage everything within the WP Admin. When editing the notification, you can change the notification to either enabled or disabled.
Hi,
Ok I understand.
Is there a way when creating a post to optionally disable the notification on that specific instance? When I saw the custom fields within the new post, I thought I could set bnfw_disabled to true and the notification wouldn’t send.
Thanks
Hi @clarkhunter,
Yes, you can use the Global Override add-on to achieve this.