這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Quick Admin Launcher

外掛說明

Quick Admin Launcher is a plugin for WordPress that allows you to quickly launch any admin tool that is part of WP Admin menu and search any post/page/custom post type with a shortcut key. It saves time and effort by providing a simple and effective way to navigate your WordPress dashboard.

The plugin is lightweight and easy to use, with a sleek interface that makes it simple to find what you\’re looking for. Whether you\’re a beginner or an experienced WordPress user, Quick Admin Launcher is the perfect tool to help you work more efficiently.

Features

  • Quickly launches any admin tool that is present on the Admin menu
  • Quickly searches any post/page/custom post type to edit it
  • Customizable shortcut key
  • Customizable post types
  • Search for users
  • Filter hooks to customize what\’s searchable
  • Easy to use and lightweight.
  • Sleek interface that is simple to navigate.
  • Helps you work more efficiently in WordPress.

螢幕擷圖

  • Launch any admin tool
  • Search for posts
  • Settings Screen

安裝方式

To install this plugin:
1. Download the plugin zip file from the WordPress plugin repository.
2. Go to the WordPress Admin Dashboard -> Plugins -> Add New -> Upload Plugin.
3. Click on the \”Choose file\” button and select the zip file you downloaded in step 1.
4. Click on \”Install Now\” button.
5. Once installed, click on the \”Activate Plugin\” button.
6. You can start using the plugin by pressing CTRL+K and start searching for any admin tool or post type
7. Go to Settings > Quick Admin Launcher to customize the plugin

常見問題集

Will the launcher only list items the user has access to?

Yes, the plugin just searches admin items he can see on the menu when he\’s logged in.

How to add custom items to the search results that are not present on the WP admin menu?

Use the filter hook quickal_extra_items to add new items:
`
add_filter( \’quickal_extra_items\’, \’add_custom_items_to_quickal\’, 10, 1 );
function add_custom_items_to_quickal( $items ) {
$items[] = array(
\’label\’ => \’Custom Item\’, // Item label
\’link\’ => \’https://custom-link.com\’, // Link when clicked
\’icon\’ => \’dashicons-admin-site\’, // Dashicon or Base64 icon
\’term\’ => \’custom item\’. // Terms that this item will react to, generally the label lowercase
);

return $items;

}
`

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Quick Admin Launcher〉的開發相關工作。

參與者

將〈Quick Admin Launcher〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Plugin release