Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/edit-link-form.php | do_action | 37 | /** * Edit links form for inclusion in administration panels. * * @package WordPress * @subpackage Administration */ |
wp-admin/edit-form-comment.php | do_action | 232 | /** * Filters miscellaneous actions for the edit comment form sidebar. * * @since 4.3.0 * * @param string $html Output HTML to display miscellaneous action. * @param WP_Comment $comment Current comment object. */ |
wp-admin/includes/meta-boxes.php | do_action | 1599 | /** * Fires after all built-in meta boxes have been added. * * @since 3.0.0 * * @param string $post_type Post type. * @param WP_Post $post Post object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $post_type | Post type. |
WP_Post | $post | Post object. |