Guangzhou, Guangdong Province
The guy was lazy and didn't write anything...
April 28, 18:48
When registering custom post types, add
`'taxonomies' => array('category', 'post_tag')`
That's all it takes to make it use the default categories and tags.
For compatibility with the Gutenberg editor, also add a line
`'show_in_rest' => true`.







