Created
December 29, 2014 14:16
-
-
Save tribulant/6bd3945f66c2dd51ea43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (class_exists('wpMail')) { | |
$wpMail = new wpMail(); | |
if (!empty($_GET['page']) && in_array($_GET['page'], (array) $wpMail -> sections)) { | |
//run remove filters here... | |
} | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment