Filter Hook: Filters the slug for the attachment taxonomy that should be used for form uploads.
File: src/db-objects/taxonomy-manager.php
Taxonomy_Manager::get_attachment_taxonomy_term_id()
Gets the ID for the attachment taxonomy term that should be used for form uploads.
Taxonomy_Manager::register_form_category_taxonomy()
Registers the form category taxonomy.
Taxonomy_Manager::maybe_register_attachment_category_taxonomy()
Registers the attachment category taxonomy if necessary.
Taxonomy_Manager::create_default_attachment_taxonomy_term()
Creates the default attachment taxonomy term if necessary.
Taxonomy_Manager::setup_hooks()
Sets up all action and filter hooks for the service.
Taxonomy_Manager::get_attachment_taxonomy_slug()
Gets the slug for the attachment taxonomy that should be used for form uploads.
Taxonomy_Manager
Class for managing taxonomies.
Taxonomy_Manager::__construct()
Constructor.