Advanced Extra Features
This is an advanced plugin that provides extra features to WordPress.
by Zayed Ibn Ibrahim · github.com/zayedibnibrahim/aef-wordpress-plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/zayedibnibrahim/aef-wordpress-plugin/archive/refs/heads/main.zipThis is an advanced plugin that provides extra features to WordPress.
Description
A detailed description of your plugin and its features.
Installation
- Upload
advanced-extra-featuresto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Configure the plugin settings if any
Requirements
- WordPress 6.4 or higher
- PHP 7.4 or higher
Frequently Asked Questions
Is this plugin free?
Yes, this plugin is free and open source.
Where can I get support?
For support questions, bug reports, or feature requests, please use the plugin's GitHub repository issues section.
Can I contribute?
Yes! Contributions are welcome. Please feel free to submit a Pull Request.
Screenshots
- Screenshot description (screenshot-1.png)
- Screenshot description (screenshot-2.png)
Changelog
1.0.0
- Initial release
Upgrade Notice
1.0.0
Initial release
Credits
- Author: Zayed Ibn Ibrahim
- Website: https://advancef.com
- License: GPL-2.0+
License
This plugin is licensed under the GPL-2.0+ License - see the LICENSE.txt file for details.
Third-party Resources
- WordPress - Licensed under GPLv2 or later
- Plugin Boilerplate - Licensed under GPLv2 or later
Contributing
- Fork it
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Create a new Pull Request
Security
If you discover any security-related issues, please email zayed.ibn@gmail.com instead of using the issue tracker.
Development
Prerequisites
- WordPress 6.4 or higher
- PHP 7.4 or higher
- MySQL 5.6 or higher
Setup
- Clone this repository in your WordPress plugins directory
- Run
composer install(if using Composer) - Activate the plugin through WordPress admin
Testing
- Run PHPUnit tests:
composer test - Run PHPCS:
composer phpcs
Building
- Run
composer buildto create a distribution zip file
Documentation
For detailed documentation, please visit the Wiki.