[Plugin: WP Post Type UI] Post Type Capability and Taxonomies are broken after update
-
After the update the taxonomies weren’t attached to the post type and I couldn’t edit older entries of the post types I’ve created with this plugin.
Here is the fix for the PHP File:
replaceregister_post_type(…)
withregister_post_type(strtolower($post_type['labels']['name']), $post_type);
Edit the database:
Replace the capitals with lower-case characters in post_type column.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Post Type UI] Post Type Capability and Taxonomies are broken after update’ is closed to new replies.