Skip to main content

Stop all emails.

Home Forums WordPress Emails Stop all emails.

Tagged: , ,

Viewing 0 reply threads
  • Author
    Posts
    • #2493

      Layer7web
      Keymaster
      function my_action( $phpmailer )
      {
          $phpmailer->ClearAllRecipients();
      }
      add_action( 'phpmailer_init', 'my_action' );
Viewing 0 reply threads

You must be logged in to reply to this topic.