WP Manifestindependent plugin directory
manifest / email / awesome-wp-plugin

Awesome

Plugin all-in-one to enable awesome WordPress features

by Victor Freitas · github.com/victorfreitas/awesome-wp-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/victorfreitas/awesome-wp-plugin/archive/refs/heads/develop.zip

Declares an update source (https://github.com/victorfreitas/awesome-wp-plugin), so updates arrive through the plugin's own updater.

From the readme

Awesome Awesome is a WordPress plugin designed to track and report emails sent by WordPress. It logs both successful and failed email attempts and displays this information on a dedicated admin page within the WordPress dashboard. Table of Contents - Features - Requirements - Installation - Usage - Development - Running tests via Docker - Folder Structure - Scripts - Key Files - Dependencies - Testing - Observations - License - Initial folders and files structure Features - Tracks and logs emails sent by WordPress. - Records both successful and failed email attempts. - Displays email logs in a dedicated admin page. - Supports PHP 8.3 and WordPress 6.7.2. - Utilizes Clean Architecture principles. Requirements - PHP 8.3 or higher - Composer 2.8 or higher - WordPress 6.7.2 or higher - MySQL 8.0 or higher Installation 1. Clone the repository: 2. Navigate to the plugin directory: 3. Plugin dependencies: 4. Activate the plugin through the 'Plugins' menu in WordPress. Usage Once activated, the plugin will automatically start logging emails sent by WordPress. You can view the logs by navigating to the "Awesome" page in the WordPress admin dashboard.

Read the full README on GitHub →