Developers
...
Actions
Basic

wpgmza_admin_ui_render_{$pageSlugged}_after

2min

Render content after 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.

ο»Ώ