felixarntz / attachment-taxonomies

This plugin adds categories and tags to the WordPress media library - lightweight and developer-friendly.
https://wordpress.org/plugins/attachment-taxonomies/
GNU General Public License v3.0
29 stars 6 forks source link

Depreciated add_taxonomy ? #18

Closed Uranbold closed 1 year ago

Uranbold commented 6 years ago

How do i correctly Load Categories and Tags from Posts.

Also how do i remove the Current Unnecessary Categories and Tags. I wanna use Cats and Tags from Post.

Thanks.

Uranbold commented 6 years ago

Sorry remove is OK.

But admin area there is an 1 Notice displayed.

Notice: Attachment_Taxonomies::add_taxonomy was called with an argument that is deprecated since Attachment Taxonomies version 1.1.0 with no alternative available. in /Applications/XAMPP/xamppfiles/htdocs/ms/wp-content/plugins/attachment-taxonomies/attachment-taxonomies.php on line 313

felixarntz commented 1 year ago

Apologies, the documentation on the plugin repository was outdated regarding that parameter. It is being updated with the latest release.

When calling the add_taxonomy() method, please omit the second parameter.