I'm developing a small Markdown Alternate with WooCommerce at https://github.com/webdados/markdown-alternate-woocommerce
Because a WooCommerce product does not have the category and post_tag taxonomies, I need to be able to manipulate the frontmatter to:
- Remove the post taxonomies
- Add the product taxonomies
Ideally, there should exist a filter that allows 3rd party developers to manipulate the frontmatter to add/remove lines.