jazzsequence / recipe-box

Easily store and publish recipes in WordPress.
GNU General Public License v3.0
2 stars 1 forks source link

allow slack integration #36

Closed jazzsequence closed 6 years ago

jazzsequence commented 6 years ago

for HM cookbook site, we want to post to the food channel in slack using the Slack integration plugin.

There is a filter here that allows the post types to be modified: https://github.com/gedex/wp-slack/blob/master/includes/event-manager.php#L105-L107

Would just need to do an add_filter to allow recipes to be included there.