Filter Failure > MailPoet > Remove Google Fonts
-
Environment:
WordPress 6.4.2
Mailpoet 4.44.1
Issue:
I am attempting to remove Google Fonts being loaded by Mailpoet.Failed Workflows:
- Adding this filter to website’s theme function file:
add_filter('mailpoet_display_custom_fonts', function () { return false; });
- Mailpoet > Settings > Advanced > Loading 3rd-party libraries > Off
- Both of the afore mentioned strategies, combined.
Troubleshooting Notes:
I have cleared caching.
I have confirmed Mailpoet as the culprit responsible for loading the unwanted fonts (by deactivating Mailpoet and watching the undesired fonts disappear from loading).Seeking help and advice on this matter. Thank you for your time and attention.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filter Failure > MailPoet > Remove Google Fonts’ is closed to new replies.