Title: Quick Admin Launcher
Author: David Beja
Published: <strong>जुन 7, 2023</strong>
Last modified: जुलाई 21, 2025

---

प्लगिनहरू खोज्नुहोस्

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

![](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://ne.wordpress.org/plugins/quick-admin-launcher/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/quick-admin-launcher/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/quick-admin-launcher/#installation)
 * [विकास](https://ne.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
 * [[
 * 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;
    ```

}
 `

## समीक्षाहरू

![](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/) अगस्ट 5, 2025

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/log/quick-admin-launcher/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/quick-admin-launcher/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/quick-admin-launcher/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/quick-admin-launcher/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 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**
 *  पछिल्लो अपडेट **10 महिना अघि**
 *  सक्रिय स्थापना **20+**
 *  वर्डप्रेस संस्करण ** 5.7 वा उच्च **
 *  जाँच गरिएको **6.8.5**
 *  PHP संस्करण ** 7.4 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/quick-admin-launcher/)
 * ट्यागहरू
 * [admin](https://ne.wordpress.org/plugins/tags/admin/)[dashboard](https://ne.wordpress.org/plugins/tags/dashboard/)
   [menu](https://ne.wordpress.org/plugins/tags/menu/)[search](https://ne.wordpress.org/plugins/tags/search/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/quick-admin-launcher/advanced/)

## रेटिङ्गहरू

 ५ मा 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)

[See all reviews](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)