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_localized_strings

3min

Allows you to localize translated strings into the JavaScript engine. Add your strings as key/value pairs where the key is a slug and the value is the translated text for the users locale.

Source

PHP
|
apply_filters('wpgmza_localized_strings', $strings);
ο»Ώ

Arguments

  • $strings : The localized (translated) strings for use in JavaScript (array)

Requirements

  • Must return $strings with your changes in place

Files

  • includes/class.strings.php

ο»Ώ

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