WP Manifestindependent plugin directory
manifest / utilities / aef-wordpress-plugin

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

0stars
0forks

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.zip

This is an advanced plugin that provides extra features to WordPress.

Description

A detailed description of your plugin and its features.

Installation

  1. Upload advanced-extra-features to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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

  1. Screenshot description (screenshot-1.png)
  2. Screenshot description (screenshot-2.png)

Changelog

1.0.0

  • Initial release

Upgrade Notice

1.0.0

Initial release

Credits

License

This plugin is licensed under the GPL-2.0+ License - see the LICENSE.txt file for details.

Third-party Resources

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. 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

  1. Clone this repository in your WordPress plugins directory
  2. Run composer install (if using Composer)
  3. Activate the plugin through WordPress admin

Testing

  • Run PHPUnit tests: composer test
  • Run PHPCS: composer phpcs

Building

  • Run composer build to create a distribution zip file

Documentation

For detailed documentation, please visit the Wiki.