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

https://github.com/kartikmehta8/wp-plugins

My list of all WordPress plugins.
https://github.com/kartikmehta8/wp-plugins

php wordpress wordpress-plugin

Last synced: about 2 months ago
JSON representation

My list of all WordPress plugins.

Awesome Lists containing this project

README

        

# WordPress Plugins

This repository contains a collection of WordPress plugins, categorized by their functionality and stage of development. Each plugin includes a brief description and a link to its repository.

### Table of Contents
- [Dev-Tools Plugins](#dev-tools-plugins)
- [Security Plugins](#security-plugins)
- [Auth Plugins](#auth-plugins)

### Dev-Tools Plugins

| Plugin Name | Description | Link |
|-------------|-------------|------|
| wp-options-visualizer | A WordPress plugin to manage, search, add, edit, and delete wp-options directly from the admin panel with security. | [Link](https://github.com/kartikmehta8/wp-options-visualizer) |
| wp-hooks-visualizer | WP Hooks Visualizer is a WordPress plugin that allows users to easily search and view all registered hooks (actions and filters). | [Link](https://github.com/kartikmehta8/wp-hooks-visualizer) |
| wp-developer-logs | A WordPress plugin for logging and managing custom developer logs with an AJAX-driven interface and secure, OOP-based design. | [Link](https://github.com/kartikmehta8/wp-developer-logs) |

### Security Plugins

| Plugin Name | Description | Link |
|-------------|-------------|------|
| wp-captcha | A customizable WordPress plugin that adds CAPTCHA to the login page, enhancing security by preventing automated login attempts. | [Link](https://github.com/kartikmehta8/wp-captcha) |

### Auth Plugins
| Plugin Name | Description | Link |
|-------------|-------------|------|
| wp-appwrite-login | A plugin that integrates Appwrite login with the WordPress login page, allowing users to sign in using Appwrite credentials. | [Link](https://github.com/kartikmehta8/wp-appwrite-login) |