Developers
...
Actions
Basic

wpgmza_admin_ui_render_{$action}_before

2min

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

The {$action} value is driven dynamically, meaning various hooks are actually generated based on the menu actions.

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.

ο»Ώ