Нет описания

class-easywpsmtp-gag-mailer.php 116B

123456789
  1. <?php
  2. class EasyWPSMTP_Gag_Mailer extends stdClass { //phpcs:ignore
  3. public function Send() {
  4. return true;
  5. }
  6. }