Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/edit-link-form.php | do_action | 49 | /** * Fires when link-specific meta boxes are added. * * @since 3.0.0 * * @param object $link Link object. */ |
wp-admin/edit-link-form.php | do_action | 51 | /** * Fires when link-specific meta boxes are added. * * @since 3.0.0 * * @param object $link Link object. */ |
wp-admin/edit-link-form.php | do_action | 53 | /** * Fires when link-specific meta boxes are added. * * @since 3.0.0 * * @param object $link Link object. */ |
wp-admin/includes/dashboard.php | do_action | 162 | /** * Filters the list of widgets to load for the admin dashboard. * * @since 2.5.0 * * @param string[] $dashboard_widgets An array of dashboard widget IDs. */ |
wp-admin/includes/dashboard.php | do_action | 165 | /** * Filters the list of widgets to load for the admin dashboard. * * @since 2.5.0 * * @param string[] $dashboard_widgets An array of dashboard widget IDs. */ |
wp-admin/includes/meta-boxes.php | do_action | 1631 | /** * Fires after meta boxes have been added. * * Fires once for each of the default meta box contexts: normal, advanced, and side. * * @since 3.0.0 * * @param string $post_type Post type of the post on Edit Post screen, 'link' on Edit Link screen, * 'dashboard' on Dashboard screen. * @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'. * @param WP_Post|object|string $post Post object on Edit Post screen, link object on Edit Link screen, * an empty string on Dashboard screen. */ |
wp-admin/includes/meta-boxes.php | do_action | 1633 | /** * Fires after meta boxes have been added. * * Fires once for each of the default meta box contexts: normal, advanced, and side. * * @since 3.0.0 * * @param string $post_type Post type of the post on Edit Post screen, 'link' on Edit Link screen, * 'dashboard' on Dashboard screen. * @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'. * @param WP_Post|object|string $post Post object on Edit Post screen, link object on Edit Link screen, * an empty string on Dashboard screen. */ |
wp-admin/includes/meta-boxes.php | do_action | 1635 | /** * Fires after meta boxes have been added. * * Fires once for each of the default meta box contexts: normal, advanced, and side. * * @since 3.0.0 * * @param string $post_type Post type of the post on Edit Post screen, 'link' on Edit Link screen, * 'dashboard' on Dashboard screen. * @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'. * @param WP_Post|object|string $post Post object on Edit Post screen, link object on Edit Link screen, * an empty string on Dashboard screen. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $post_type | Post type of the post on Edit Post screen, 'link' on Edit Link screen, |
string | $context | Meta box context. Possible values include 'normal', 'advanced', 'side'. |
WP_Post|object|string | $post | Post object on Edit Post screen, link object on Edit Link screen, |
string | $post_type | Post type of the post on Edit Post screen, 'link' on Edit Link screen, |
string | $context | Meta box context. Possible values include 'normal', 'advanced', 'side'. |
WP_Post|object|string | $post | Post object on Edit Post screen, link object on Edit Link screen, |
string | $post_type | Post type of the post on Edit Post screen, 'link' on Edit Link screen, |
string | $context | Meta box context. Possible values include 'normal', 'advanced', 'side'. |
WP_Post|object|string | $post | Post object on Edit Post screen, link object on Edit Link screen, |