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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/wp-plugins
- Owner: kartikmehta8
- Created: 2024-08-24T19:43:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T07:21:47.000Z (8 months ago)
- Last Synced: 2025-04-05T16:18:12.768Z (about 2 months ago)
- Topics: php, wordpress, wordpress-plugin
- Homepage: https://mrmehta.in
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |