Undefined index: post_types
vladimirdulov opened this issue · 1 comments
vladimirdulov commented
Undefined index: post_types | wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php:67 |
vladimirdulov commented
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 );