Advertisement
shelob9

Untitled

Jul 31st, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. /**
  2. * Log email fails
  3. */
  4. add_action( 'wp_mail_failed', function( $error ){
  5. if( class_exists( 'WP_Papertrail_API' ) ){
  6. WP_Papertrail_API::log( $error, 'wp_mail_failed' );
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement