wpmetabox/mb-custom-taxonomy

Undefined index: post_types

vladimirdulov opened this issue · 1 comments

Undefined index: post_types | wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php:67 |

suggested fix of line 67 of wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php
register_taxonomy( $taxonomy, isset($args['post_types']) ? $args['post_types'] : null, $args );