Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:41:02 PM (3 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/admin.php

    r48565 r51327  
    321321     * The dynamic portion of the hook name, `$importer`, refers to the importer slug.
    322322     *
     323     * Possible hook names include:
     324     *
     325     *  - `load-importer-blogger`
     326     *  - `load-importer-wpcat2tag`
     327     *  - `load-importer-livejournal`
     328     *  - `load-importer-mt`
     329     *  - `load-importer-rss`
     330     *  - `load-importer-tumblr`
     331     *  - `load-importer-wordpress`
     332     *
    323333     * @since 3.5.0
    324334     */
Note: See TracChangeset for help on using the changeset viewer.