* added todos;

This commit is contained in:
Mykyta Synelnikov
2024-11-29 12:57:18 +02:00
parent 89a0619e15
commit f5d81f1a41
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ if ( ! class_exists( 'um\core\Mail' ) ) {
public function __construct() {
//mandrill compatibility
add_filter( 'mandrill_nl2br', array( &$this, 'mandrill_nl2br' ) );
add_action( 'plugins_loaded', array( &$this, 'init_paths' ), 99 );
add_action( 'plugins_loaded', array( &$this, 'init_paths' ), 99 ); // @todo change to init.
}
/**