Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

register_taxonomy() should support our controller registration arguments #1061

@danielbachhuber

Description

@danielbachhuber

Similar implementation as post types:

$wp_post_types['page']->show_in_json = true;
$wp_post_types['page']->json_base = 'pages';
$wp_post_types['page']->json_controller_class = 'WP_JSON_Posts_Controller';

From #1048

Related #840

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions