fix_notification_routing()
public static function fix_notification_routing( $notification )
Removes an empty routing rule that can prevent the sending of some legacy notifications.
Since: 2.6.9
Source: common.php:2016
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$notification | array | The notification being processed. |
Returns
array