Skip to content

Unable to modify default 'category' taxonomy #42

@iniznet

Description

@iniznet

Similar to the #36 issue, this also happening to WordPress default taxonomy.

ErrorException:
Attempt to read property "menu_name" on array
File: wp/wp-admin/menu.php
Line: 179

Poet:

'category' => [
    'links' => ['series', 'series-queue', 'chapter'], // This also doesn't work, unable to link CPT
    'meta_box' => 'radio',
    'labels' => [
        'singular' => 'Series',
        'plural' => 'Series',
    ],
],

Removing the default taxonomy is work fine, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions