Action: wu_page_added
Allow plugin developers to run additional things when pages are registered.
Unlike the wu_page_load, which only runs when a specific page is being seen, this hook runs at registration for every admin page being added using WP Ultimo code.
Parameters
| Name | Type | Description |
|---|---|---|
| $page_id | string|\WP_Ultimo_Site_Exporter\Admin_Pages\Base_Admin_Page | The ID of this page. |
| $page_hook | string|\WP_Ultimo_Site_Exporter\Admin_Pages\Base_Admin_Page | The hook generated to this page. |
Since
- 2.0.0
Source
Defined in inc/admin-pages/class-base-admin-page.php at line 203