Skip to content

Instantly share code, notes, and snippets.

@dancameron
Last active November 1, 2018 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancameron/a08ec7a2ac4e90be00e1 to your computer and use it in GitHub Desktop.
Save dancameron/a08ec7a2ac4e90be00e1 to your computer and use it in GitHub Desktop.
Disable PDF attachments on Notifications
<?php // don't add this line since it's already in your functions.php file
add_filter( 'si_pdf_notifications_to_attach', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment