Thread Starter
LucP
(@lucp)
Okay. Still though; any information regarding pull-requests for possible features / improvements?
No idea If you’ve got a fix already, but in my case the textdomain doesn’t get loaded because this action doesn’t fire:
add_action( 'init', array( $this, 'load_plugin_textdomain' ), 5 );
I’ve replaced it with
$this->load_plugin_textdomain()
and now everything seems to be working fine…