benhuson / Taxonomy-Images

Enables WordPress users to easily associate images from the media library to categories, tags and custom taxonomies.
https://wordpress.org/plugins/taxonomy-images/
21 stars 5 forks source link

Improve error/warning handling #21

Open benhuson opened 8 years ago

benhuson commented 8 years ago

See https://github.com/mfields/Taxonomy-Images/issues/14

benhuson commented 8 years ago

Being worked on in https://github.com/benhuson/Taxonomy-Images/tree/Taxonomy_Images_Error

Prevents errors from being display on front end and only reports errors if WP_DEBUG is true.

Errors can be prevented from triggering completely using the taxonomy_images_trigger_error filter.