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_country_select_created

3min

Take additional actions after the country select module was initialized. Good for creating additional controls for the country select, or loading scripts based on this event.

Source

PHP
|
do_action("wpgmza_country_select_created", $select);
ο»Ώ

Arguments

  • $select : The select element instance (WPGMZA\DOMElement)

Files

  • includes/class.country-select.php

If you are comfortable with DOMElement usage, this can be leveraged to extend the options available.

ο»Ώ

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