wp-plugin-suggestions
v1.1.0
Published
suggestions for plugins by quadlayers
Downloads
9
Maintainers
Readme
WP Plugin Suggestions
WP Plugin Suggestions is an npm package that simplifies the process of including WordPress plugins in the admin backend. This package is designed for WordPress plugin developers and offers an easy way to display and manage plugin suggestions as cards. Admins can quickly install and activate these plugins directly from the admin dashboard.
Features
- Query and display WordPress plugins as cards
- Easy installation and activation of plugins
- Simplified management of plugin suggestions in the admin backend
- Supports both custom plugins and other WordPress plugins
Installation
Install WP Plugin Suggestions using npm:
npm install wp-plugin-suggestions --save
Usage
Import the WPPluginSuggestions class:
import { List as PluginSuggestionsList } from 'wp-plugin-suggestions';
Initialize the WPPluginSuggestions instance with the required parameters:
<PluginSuggestionsList
columns="3"
showName={true}
showLinks={true}
showDescription={true}
showCardFooter={true}
showUpdated={true}
showDownloaded={true}
showCompatibility={true}
>
Contribute to WP Plugin Suggestions
We welcome and appreciate contributions from the community to help improve WP Plugin Suggestions! Here's how you can contribute:
- Fork the repository: https://github.com/franmastromarino/wp-plugin-suggestions
- Create a new branch with a descriptive name for your feature, bugfix, or enhancement.
- Make your changes, following the existing code style and structure.
- Commit your changes with a clear and concise commit message.
- Push your branch to your fork on GitHub.
- Open a pull request against the
main
branch of the original repository.
Before submitting your pull request, please ensure that you have tested your changes thoroughly and that all tests pass.
Thank you for your interest in contributing to WP Plugin Suggestions!