Tag Filters

描述

Tag Filters enhances the plugin management screens in the WordPress admin area by adding the ability to filter plugins by their tags.

On the ‘Add New’ plugins screen, it adds a list of tags that are present in the currently displayed plugins. Clicking on a tag will filter the list to show only the plugins with that tag.

On the ‘Installed Plugins’ screen, it adds a ‘Tags’ column, displaying the tags for each plugin (if they have a readme.txt or package.json with tags/keywords). Clicking on a tag will filter the list to show only the plugins with that tag.

螢幕截圖

  • Tag filters on the ‘Add New’ plugin screen.
  • ‘Tags’ column on the ‘Installed Plugins’ screen.
  • Filtering installed plugins by tag.

安裝

  1. Upload the plugin-tag-filters folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the ‘Plugins > Add New’ or ‘Plugins > Installed Plugins’ screen to see the tag filtering functionality.

常見問題

Where does the plugin get the tags from?

For the ‘Add New’ screen, this plugin processes tag data that WordPress itself retrieves from the WordPress.org plugin API – the plugin does not make direct API calls but filters the results after WordPress fetches them. For the ‘Installed Plugins’ screen, the tags are retrieved from the readme.txt file (from the ‘Tags’ header) or the package.json file (from the ‘keywords’ field) of each plugin.

Does this plugin contact any external services?

No, this plugin does not make any direct external network requests. For the ‘Add New’ screen, it processes data that WordPress itself retrieves from WordPress.org. For the ‘Installed Plugins’ screen, it only reads local files (readme.txt and package.json) from your installed plugins.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Tag Filters” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Tag Filters 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Initial release.