mirror of
https://gh.wpcy.net/https://github.com/diggy/polylang-cli.git
synced 2026-04-26 14:42:30 +08:00
* skip autoloader * autoload command * composer, travis * update behat * travis * behat, composer * composer lock * travis * travis, composer * allow fail against trunk
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}." );
|
|
}
|
|
|