Modify the final output of an admin notice as HTML.
Source
PHP
apply_filters(“wpgmza_admin_persistent_notice”, $html, $data);
Arguments
- $html : The HTML for the notice (string)
- $data : Data for the notice (object)
Requirements
- Return a string containing HTML to be output
Files
- includes/class.admin-notices.php
