mirror of
https://ghproxy.net/https://github.com/wearerequired/wp-cli-clear-opcache.git
synced 2026-07-27 12:46:54 +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}." );
|
|
}
|
|
|