mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-22 18:41:07 +01:00
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
class EasyWPSMTP_Gag_Mailer extends stdClass { //phpcs:ignore
|
|
|
|
public function Send() {
|
|
return true;
|
|
}
|
|
}
|