How to add default category to document?

11 views
Skip to first unread message

Marco Michely

unread,
Sep 27, 2023, 12:41:38 PM9/27/23
to WP Document Revisions
I thired this, but the category metabox is not shown in the edit form:

function mwe_share_category_with_documents() {
register_taxonomy_for_object_type( 'category', 'document' );
}

add_action( 'init', 'mwe_share_category_with_documents' );

Can you help?

Marco Michely

unread,
Sep 29, 2023, 5:19:13 AM9/29/23
to WP Document Revisions
okay...
Adding a priority works: add_action( 'init', 'mwe_share_category_with_documents', 11 );

Solved.
Reply all
Reply to author
Forward
0 new messages