Closed jazzsequence closed 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.
add_filter
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.