website logo
Go back to WP Go Maps
⌘K
Atlas Novus (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Legacy (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Integrations
Developers
Hooks
Docs powered byΒ archbeeΒ 

wpgmza_admin_persistent_notices_dynamic_messages

3min

Modify the default dynamic messages for persistent notices. These are added in a key/value pair, which relates to a slug stored when creating a persistent notice.

Source

PHP
|
apply_filters("wpgmza_admin_persistent_notices_dynamic_messages", $messageArray);
ο»Ώ

Arguments

  • $messageArray : Dynamic messages to be registered as a key/value pair (array)

Requirements

  • Return original array from your callback, along with your changes

Files

  • includes/class.admin-notices.php

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
wpgmza_admin_persistent_notice
NEXT
wpgmza_admin_persistent_notices_dynamic_titles
Docs powered byΒ archbeeΒ