Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laxmariappan/plugin-finder
Filter and sort WP plugins search results
https://github.com/laxmariappan/plugin-finder
hacktoberfest hacktoberfest-accepted hacktoberfest2023 php wordpress
Last synced: about 2 months ago
JSON representation
Filter and sort WP plugins search results
- Host: GitHub
- URL: https://github.com/laxmariappan/plugin-finder
- Owner: laxmariappan
- License: gpl-3.0
- Created: 2023-08-25T13:17:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T20:28:34.000Z (about 1 year ago)
- Last Synced: 2024-04-29T23:50:42.288Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2023, php, wordpress
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-finder
Filter and sort WP plugins search results## Description
A WordPress plugin to extend the core plugins search. You can sort results by ratings, name, most download, last updated, and active installs.
> The plugins API doesn't allow us to sort search results globally, so they're sorted separately on each page.
> > We're confident that you'll be able to find the plugin you're looking for on the first page of results, which has 100 items.### Credits
Thanks to [WebDevStudios](https://wordpress.org/five-for-the-future/pledge/webdevstudios/), [Sal Ferrarello](https://github.com/salcode) and [Michael Beckwith](https://profiles.wordpress.org/tw2113/)
* created as part of [#5FTF](https://wordpress.org/five-for-the-future/) day
## Screenshots
![image](https://github.com/laxmariappan/plugin-finder/assets/22427070/72fdfdae-f08a-41b5-82e5-204e95166a25)
1. The **Plugin Finder** showing plugins that are sorted by last updated time.
## Frequently Asked Questions
### How to use it?
Install the plugin and activate it, go to your Plugins, Add New page, you can see the new dropdown to sort the results.
You have to click search button or press enter key to search.
### Where is this plugin developed?
Development of this code happens at [github.com/laxmariappan/plugin-finder](https://github.com/laxmariappan/plugin-finder)
## Changelog
### 1.0.0
* Initial release