Get specific notice from the dataRegistry

Rob

Well-known member
Does anyone know how can I get a specific notice by notice id from the dataRegistry?
 
You have to get them all out but they should be keyed by the notice ID. e.g

PHP:
$notice = $notices[$noticeId];

Where $notices is the notices from the data registry.
 
  • Like
Reactions: Rob
Top Bottom