apply_filters( 'torro_get_attachment_taxonomy_slug', string $taxonomy_slug )

Filters the slug for the attachment taxonomy that should be used for form uploads.

Description

An empty string may be returned in order to not use attachment taxonomies at all.

Parameters

$taxonomy_slug

(string) (Optional) The taxonomy slug, or an empty string.

Changelog

Changelog
Version Description
1.0.0 Introduced.