s3rgiosan / latest-comments-extended
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: ^7.4|^8.0
- composer-plugin-api: ^2.3
- yahnis-elsts/plugin-update-checker: ^5.5
Requires (Dev)
- pixelalbatross/coding-standards: dev-main
README
Extends the Latest Comments block with additional features.
Description
Enhances the Latest Comments block with additional features for greater customization and functionality.
Requirements
- PHP 7.4+
- WordPress 6.5
Installation
Manual Installation:
- Download the plugin ZIP file from the GitHub repository.
- Go to Plugins > Add New > Upload Plugin in your WordPress admin area.
- Upload the ZIP file and click Install Now.
- Activate the plugin.
Install with Composer:
To include this plugin as a dependency in your Composer-managed WordPress project:
- Add the plugin to your project using the following command:
composer require s3rgiosan/latest-comments-extended
- Run
composer install
to install the plugin. - Activate the plugin from your WordPress admin area or using WP-CLI.
Changelog
A complete listing of all notable changes to this project are documented in CHANGELOG.md.