awesomemotive / wp-mail-logging

:envelope: Logs each email sent by WordPress.
49 stars 24 forks source link

Function _load_textdomain_just_in_time was called incorrectly #199

Closed donmhico closed 1 week ago

donmhico commented 1 week ago

Description

This PR moves the invocation of the load_textdomain() to init hook.

Motivation

Fixes #198.