mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed email notifications integration;
- fixed small notices;
This commit is contained in:
@@ -14,7 +14,7 @@ if ( ! class_exists( 'Mail' ) ) {
|
||||
|
||||
//mandrill compatibility
|
||||
add_filter( 'mandrill_nl2br', array( &$this, 'mandrill_nl2br' ) );
|
||||
add_action( 'plugins_loaded', array( &$this, 'init_paths' ) );
|
||||
add_action( 'plugins_loaded', array( &$this, 'init_paths' ), 99 );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user