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Β 
2min

wpgmza_admin_ui_render_{$pageSlugged}_before

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
|
ο»Ώ

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 Mar 2023
Did this page help you?
Yes
No
UP NEXT
wpgmza_admin_ui_render_content_before
Docs powered byΒ archbeeΒ