Action: wu_page_{$this->id}_register_widgets
ഈ പേജിനായുള്ള 위젯കൾ (widgets) രജിസ്റ്റർ ചെയ്തതിന് ശേഷം ഇത് പ്രവർത്തിപ്പിക്കുന്നു (Fires).
ഹുക്ക് നെയിമിലെ ഡൈനാമിക് ഭാഗമായ, $this->id, എന്നത് പേജ് ഐഡി (page id)യെ സൂചിപ്പിക്കുന്നു.
Parameters
| Name | Type | Description |
|---|---|---|
| $id | string | പേജ് ഐഡി (page id). |
| $page_hook | string | പേജ് ഹുക്ക് (page hook). |
| $page | object | പേജ് ഒബ്ജക്റ്റ് (page object). |
Since
- 2.4.10
Source
inc/admin-pages/class-base-admin-page.php എന്നതിൽ, 755-ാം വരിയിൽ നിർവചിച്ചിരിക്കുന്നു.