Přeskočit na hlavní obsah

Action: wu_page_{$this->id}_load

Allow plugin developers to add additional hooks to specific page.

Usage: The dynamic part needs to be replaced with a valid page id, e.g. add_action('wu_page_events_load', 'callback_with_aditional_hook', 10, 2);

Parameters

NameTypeDescription
$page_idstring|\WP_Ultimo_Site_Exporter\Admin_Pages\Base_Admin_PageThe ID of this page.
$page_hookstring|\WP_Ultimo_Site_Exporter\Admin_Pages\Base_Admin_PageThe hook generated to this page.

Since

  • 1.8.2

Source

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