1.5.8.3 broke the ‘mg_mutate_message_body’ filter
-
In the new admin.php file you are loading
dirname(__FILE__).'/wp-mail-api.php'
which is the file having the filter.But in mailgun.php you are loading:
dirname(__FILE__).'/includes/wp-mail-api.php'
which does not have// Allow other plugins to apply body changes before writing the payload. $body = apply_filters('mg_mutate_message_body', $body);
in it.
I will revert to 1.5.8.2 until this is fixed because it is breaking my system ticket system.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘1.5.8.3 broke the ‘mg_mutate_message_body’ filter’ is closed to new replies.