WP Manifestindependent plugin directory
manifest / admin / disable-dynamic-plugin-install-search

Disable Dynamic Search On Plugins > Add New

Disable dynamic search on Plugins > Add New in WordPress admin

by Sridhar Katakam · github.com/srikat/disable-dynamic-plugin-install-search · website

4stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/srikat/disable-dynamic-plugin-install-search/archive/refs/heads/master.zip

Declares an update source (srikat/Disable-Dynamic-Plugin-Install-Search), so updates arrive through the plugin's own updater.

Readme

Disable Dynamic Plugin Install Search

Disable dynamic search on Plugins > Add New in WordPress admin.

Description

This plugin disables search as you type when searching for a plugin on Plugins > Add New screen. This means you can now press down arrow on your keyboard and select your previously typed plugin search term without getting frustrated with built-in Ajax behavior. Hitting return will search the WordPress plugin repository and display the results.

Installation

  1. Click on the Download ZIP button at the right to download the plugin
  2. Upload the entire disable-plugin-install-live folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the Plugins menu in WordPress

Credits

Thanks to David Baker (@dtbaker in WPAustralia Slack) for the Javascript code.

Changelog

1.0.0

  • Initial Release

Others

Tested up to: 4.7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Read the full README on GitHub →