Make WordPress Core


Ignore:
Timestamp:
03/06/2024 05:04:00 AM (6 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add a description for the $wp_embed global.

Follow-up to [57748].

See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed.php

    r57648 r57785  
    1515 * @since 2.9.0
    1616 *
    17  * @global WP_Embed $wp_embed
     17 * @global WP_Embed $wp_embed WordPress Embed object.
    1818 *
    1919 * @param string   $id       An internal ID/name for the handler. Needs to be unique.
     
    3333 * @since 2.9.0
    3434 *
    35  * @global WP_Embed $wp_embed
     35 * @global WP_Embed $wp_embed WordPress Embed object.
    3636 *
    3737 * @param string $id       The handler ID that should be removed.
     
    231231 * @since 4.0.0
    232232 *
    233  * @global WP_Embed $wp_embed
     233 * @global WP_Embed $wp_embed WordPress Embed object.
    234234 *
    235235 * @param array  $matches The RegEx matches from the provided regex when calling
Note: See TracChangeset for help on using the changeset viewer.