Пример #1
0
 /**
  *
  * @param type $notification
  *
  * @author peshkov@UD
  * @since 1.38
  */
 public static function _send_notification($notification)
 {
     $notification = apply_filters('wpp::send_notification', $notification);
     WPP_F::send_notification($notification);
 }