A WordPress plugin that enables users to redirect emails to custom email addresses instead of the original recipient. This is particularly helpful during development and testing, allowing you to verify emails are sent correctly without real-world consequences, such as preventing test orders from reaching your fulfillment center or accidentally notifying customers.
composer install # Install PHP dependencies
pnpm install # Install Node.js dependenciespnpm build # Build CSS and JS assets
pnpm build:css # Build CSS from SCSS
pnpm build:js # Build minified JS
pnpm build:watch # Watch and build CSS on changes
pnpm build:zip # Create distribution zip filepnpm lint:css # Lint SCSS files
pnpm lint:css:fix # Fix SCSS linting issues
pnpm lint:js # Lint JavaScript files
pnpm lint:js:fix # Fix JavaScript linting issuespnpm phpcbf # Fix PHP coding standards issues
pnpm phpcs # Check PHP coding standards
pnpm phpcs:file # Check specific PHP file
pnpm phpcs:summary # Show PHP coding standards summarypnpm release # Bump version number and create distribution zip fileThis plugin is licensed under the GNU General Public License v3.0.