Title: Quick Admin Launcher
Author: David Beja
Published: <strong>2023년 6월 7일</strong>
Last modified: 2025년 7월 21일

---

플러그인 검색

![](https://ps.w.org/quick-admin-launcher/assets/banner-772x250.png?rev=2922867)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/quick-admin-launcher/assets/icon.svg?rev=2922867)

# Quick Admin Launcher

 작성자: [David Beja](https://profiles.wordpress.org/dbeja/)

[다운로드](https://downloads.wordpress.org/plugin/quick-admin-launcher.1.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/quick-admin-launcher/#description)
 * [평가](https://ko.wordpress.org/plugins/quick-admin-launcher/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/quick-admin-launcher/#installation)
 * [개발](https://ko.wordpress.org/plugins/quick-admin-launcher/#developers)

 [지원](https://wordpress.org/support/plugin/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.

### Development & Testing

Requirements:
 – PHP 8.0 or higher (required for PHPUnit 9) – Composer – Node.js&
npm (for building assets) – WordPress (for integration testing)

Setup:
 1. Install PHP dependencies: composer install 2. Install Node dependencies
and build assets: npm install npm run build 3. Set up the WordPress test environment:
bash bin/install-wp-tests.sh wordpress_test root ” 127.0.0.1 latest (Adjust DB credentials
as needed)

Running Tests:
 – Run all tests: composer test or vendor/bin/phpunit – Run tests
with coverage: composer test-coverage

Notes:
 – Tests are located in the tests/ directory. – The plugin uses the wp-phpunit
framework for WordPress integration. – Make sure your database is running and accessible
for the test suite.

## 스크린샷

[⌊Launch any admin tool⌉⌊Launch any admin tool⌉[

Launch any admin tool

[⌊Search for posts⌉⌊Search for posts⌉[

Search for posts

[⌊Settings Screen⌉⌊Settings Screen⌉[

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

## FAQ

### 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;
    ```

}
 `

## 후기

![](https://secure.gravatar.com/avatar/8aa9b9b43c40e51dc0ade8d29eef813e675ccf3e4d7da96bcee974106868f4ab?
s=60&d=retro&r=g)

### 󠀁[Speeds up administrative navigation a lot](https://wordpress.org/support/topic/speeds-up-administrative-navigation-a-lot/)󠁿

 [rtech91](https://profiles.wordpress.org/rtech91/) 2025년 8월 5일

Searches through post types, users, and administrative links, allowing you to jump
directly to them. It would be nice to have an option to open items in a new tab 
and to have support for the most commonly used plugins, such as WooCommerce and 
ACF.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/)

## 기여자 & 개발자

“Quick Admin Launcher”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ David Beja ](https://profiles.wordpress.org/dbeja/)

[자국어로 “Quick Admin Launcher”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/quick-admin-launcher)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/quick-admin-launcher/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/quick-admin-launcher/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/quick-admin-launcher/)을 [RSS](https://plugins.trac.wordpress.org/log/quick-admin-launcher/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.1

 * Fix: include composer autoload

#### 1.1

 * Fix: console crash when less than 2 chars
 * Fix: Shortcut keys saving issue
 * PHP code refactoring

#### 1.0.2

 * Minor performance improvements

#### 1.0.1

 * Convert modal template to WordPress React

#### 1.0

 * Plugin release

## 기초

 *  버전 **1.1.1**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 5.7 또는 그 이상 **
 *  다음까지 시험됨: **6.8.10**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/quick-admin-launcher/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[dashboard](https://ko.wordpress.org/plugins/tags/dashboard/)
   [menu](https://ko.wordpress.org/plugins/tags/menu/)[search](https://ko.wordpress.org/plugins/tags/search/)
 *  [고급 보기](https://ko.wordpress.org/plugins/quick-admin-launcher/advanced/)

## 평점

 별 5점 만점에 4점.

 *  [  0/5-별점 후기     ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/quick-admin-launcher/reviews/)

## 기여자

 *   [ David Beja ](https://profiles.wordpress.org/dbeja/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/quick-admin-launcher/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/paypalme/dbkode)