/home/vianto5/heredit.mx/wp-content/plugins/elementor-pro/core/notifications/traits
Edit: /home/vianto5/heredit.mx/wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php (678B)
notify( new User_Created_Notification( $new_user ) );
*
* @param Notification $notification - Notification to send.
*
* @throws \Exception
*
* @return void
*/
public function notify( Notification $notification ) {
Plugin::instance()->notifications->send( $notification, $this );
}
}