mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 15:11:06 +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;
|
|
}
|
|
}
|