پرش به مطلب اصلی

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 Ultimate Multisite code.

Parameters

NameTypeDescription
$page_idstringThe ID of this page.
$page_hookstringThe hook name of this page.

Since

  • 2.0.0

Source

Defined in inc/admin-pages/class-base-admin-page.php at line 239