Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:41:02 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Add and correct examples of common names for various dynamic hooks.

See #53581

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r50556 r51327  
    15831583     * The dynamic portion of the hook, `$post_type`, refers to the post type of the post.
    15841584     *
     1585     * Possible hook names include:
     1586     *
     1587     *  - `add_meta_boxes_post`
     1588     *  - `add_meta_boxes_page`
     1589     *  - `add_meta_boxes_attachment`
     1590     *
    15851591     * @since 3.0.0
    15861592     *
Note: See TracChangeset for help on using the changeset viewer.