wordpress/php-fpm/wordpress_files/plugins/easy-wp-smtp/class-easywpsmtp-gag-mailer.php

9 lines
116 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
class EasyWPSMTP_Gag_Mailer extends stdClass { //phpcs:ignore
public function Send() {
return true;
}
}