Hi,
I am trying to allow your plugin to work with my WooCommerce ordering platform. I need to attach documents to the order for storage and retrieval later. I don’t really need the front end functionality. However, I do need your plugin to work with a custom post type: shop_order
I have altered line 91 of settings.php to reflect:
public function load_post_types()
{
$this->post_types = array('post', 'page', 'shop_order');
sort($this->post_types, SORT_STRING);
}
That has allowed the plugin to show up in the custom post type but it will not save or retrieve any documents.
What other code do I need to modify?
Thanks so much!
~jason