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 do action("wpgmza admin ui render {$pageslugged} after"); 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