When using the Dispensary Tinctures plugin, WP Dispensary version 1.9.18+ needs to be installed and activated order display Tinctures type's pricing and details on individual item pages..
In your WordPress admin dashboard, go to Plugins -> Add New and search for Dispensary Tinctures.
Add admin screen thumbnails to Tinctures menu type in admin class-wpd-tinctures-post-type php.
Added filter to add ingredients taxonomy to Tinctures in admin class-wpd-tinctures-taxonomies php.
Added filter to add vendors taxonomy to Tinctures in admin class-wpd-tinctures-taxonomies php.
Added Tinctures ingredients to the Details in admin class-wpd-tinctures-data-output php.
Added Tinctures vendors to the Details in admin class-wpd-tinctures-data-output php.
Fixed WP DEBUG notice by adding global $post to Tinctures vendors and categories in admin class-wpd-tinctures-data-output php.
Fixed ingredient and vendor display by adding check to make sure post type is Tinctures in admin class-wpd-tinctures-data-output php.
Updated default widget title from Recent Tinctures to Dispensary Tinctures in admin class-wpd-tinctures-widgets php. 1.0.
Read more