Renamed action to be more clear

This commit is contained in:
Yurii Nalivaiko
2024-09-26 15:35:25 +02:00
parent 045ef6875b
commit b1d2f20d84
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if ( ! class_exists( 'um\common\actions\Emails' ) ) {
class Emails {
public function __construct() {
add_action( 'um_mas_send_email', array( $this, 'send' ), 10, 3 );
add_action( 'um_dispatch_email', array( $this, 'send' ), 10, 3 );
}
/**