Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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