I am using register_taxonomy_for_object_type() to add the Category taxonomy field to Media uploads (attachments). I’m using this code to do so: add_action('init', 'reg_tax'); ...
-
April 10, 2022
- 0 Comments