mirror of
https://gh.wpcy.net/https://github.com/growella/update-check.git
synced 2026-04-19 22:51:07 +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}." );
|
|
}
|
|
|