{"id":230462,"date":"2025-04-22T14:32:30","date_gmt":"2025-04-22T14:32:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/taxofilter-admin\/"},"modified":"2025-04-25T12:06:07","modified_gmt":"2025-04-25T12:06:07","slug":"taxofilter-admin","status":"publish","type":"plugin","link":"https:\/\/ro.wordpress.org\/plugins\/taxofilter-admin\/","author":14674280,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0.1","tested":"6.8.5","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"TaxoFilter Admin","header_author":"Nikunj Hatkar","header_description":"Adds customizable taxonomy filters for posts and custom post types in the admin area.","assets_banners_color":"59709d","last_updated":"2025-04-25 12:06:07","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/nikunj8866\/taxofilter-admin","header_author_uri":"https:\/\/github.com\/nikunj8866","rating":5,"author_block_rating":0,"active_installs":0,"downloads":523,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"nikunj8866","date":"2025-04-22 14:35:35"},"1.0.1":{"tag":"1.0.1","author":"nikunj8866","date":"2025-04-25 12:06:07"}},"upgrade_notice":{"1.0.0":"<p>Initial release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3279153,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3279153,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3281820,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3279153,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3279153,"resolution":"2","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,610,2755,609,91],"plugin_category":[57],"plugin_contributors":[176576],"plugin_business_model":[],"class_list":["post-230462","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-categories","plugin_tags-filters","plugin_tags-tags","plugin_tags-taxonomy","plugin_category-taxonomy","plugin_contributors-nikunj8866","plugin_committers-nikunj8866"],"banners":{"banner":"https:\/\/ps.w.org\/taxofilter-admin\/assets\/banner-772x250.jpg?rev=3281820","banner_2x":"https:\/\/ps.w.org\/taxofilter-admin\/assets\/banner-1544x500.jpg?rev=3279153","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/taxofilter-admin\/assets\/icon-128x128.png?rev=3279153","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/taxofilter-admin\/assets\/screenshot-1.png?rev=3279153","caption":""},{"src":"https:\/\/ps.w.org\/taxofilter-admin\/assets\/screenshot-2.png?rev=3279153","caption":""}],"raw_content":"<!--section=description-->\n<p>TaxoFilter Admin enhances the WordPress admin experience by providing customizable taxonomy filters for all post types.<\/p>\n\n<p>The plugin is open source and hosted on <a href=\"https:\/\/github.com\/nikunj8866\/taxofilter-admin\">GitHub<\/a>. If you have any issues or feedback, please open an issue there.<\/p>\n\n<p><strong>Key Features:<\/strong><\/p>\n\n<ul>\n<li>Automatically adds taxonomy dropdowns to post list screens<\/li>\n<li>Works with posts, pages, and custom post types<\/li>\n<li>Allows administrators to select which taxonomy filters to display via screen options<\/li>\n<li>Clean, developer-friendly code<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>taxofilter-admin<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Visit any post list screen and use the screen options to configure which taxonomy filters to display<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='will%20this%20work%20with%20custom%20post%20types%3F'><h3>Will this work with custom post types?<\/h3><\/dt>\n<dd><p>Yes, the plugin automatically detects all registered post types and their associated taxonomies.<\/p><\/dd>\n<dt id='can%20i%20select%20which%20taxonomy%20filters%20to%20display%3F'><h3>Can I select which taxonomy filters to display?<\/h3><\/dt>\n<dd><p>Yes, you can customize which taxonomy filters appear by accessing the Screen Options panel at the top of any post list screen.<\/p><\/dd>\n<dt id='how%20can%20i%20exclude%20certain%20taxonomies%20from%20the%20screen%20options%3F'><h3>How can I exclude certain taxonomies from the screen options?<\/h3><\/dt>\n<dd><p>You can use the <code>taxofilter_admin_excluded_taxonomies<\/code> filter to exclude specific taxonomies from showing up in the screen options for a post type.<\/p>\n\n<p>Example usage:<\/p>\n\n<pre><code>add_filter('taxofilter_admin_excluded_taxonomies', function($excluded, $post_type) {\n    if ($post_type === 'custom_post_type') {\n        $excluded[] = 'custom_taxonomy';\n    }\n    return $excluded;\n}, 10, 2);\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>TWEAK: Added <code>taxofilter_admin_excluded_taxonomies<\/code> filter to allow excluding specific taxonomies from the screen options.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Adds customizable taxonomy filters for posts and custom post types in the WordPress admin area.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/230462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=230462"}],"author":[{"embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nikunj8866"}],"wp:attachment":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=230462"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=230462"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=230462"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=230462"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=230462"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=230462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}