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_titles

3min

Modify the default dynamic titles 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_titles", $titleArray);
ο»Ώ

Arguments

  • $titleArray : Dynamic titles 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_notices_dynamic_messages
NEXT
wpgooglemaps_filter_map_div_output
Docs powered byΒ archbeeΒ