mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
7 lines
124 B
PHP
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}." );
|
|
}
|
|
|