wp-cli-clear-opcache/features/extra/no-mail.php
2018-01-18 15:44:38 +01:00

7 lines
124 B
PHP

<?php
function wp_mail( $to ) {
// Log for testing purposes
WP_CLI::log( "WP-CLI test suite: Sent email to {$to}." );
}