website logo
Go back to WP Go Maps
⌘K
Initial Setup
WP Go Maps (v9)
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
Legacy (OIder) Layout (v9)
Frequently asked questions
Troubleshooting
Integrations
Developers
Hooks
Docs powered by
Archbee
Developers
...
Actions
Basic

wpgmza_admin_ui_render_{$pageSlugged}_before

2min

Render content before admin page output, based on a specific page slug. There are exceptions to this, for some legacy items.

The {$pageSlugged} value is driven dynamically, meaning various hooks are actually generated based on the menu actions. In this case, it is based on the page slug.

Source

PHP
|
do_action("wpgmza_admin_ui_render_{$pageSlugged}_before");
ο»Ώ

Files

  • includes/class.admin-ui.php

This is a Dynamic Hook meaning its name is generated based on the code which registers the hook. Be mindful of this when using the hook.

ο»Ώ

Updated 03 Aug 2023
Did this page help you?
PREVIOUS
wpgmza_admin_ui_render_{$pageSlugged}_after
NEXT
wpgmza_admin_ui_render_content_before
Docs powered by
Archbee
Docs powered by
Archbee