Changeset 57785 for trunk/src/wp-includes/embed.php
- Timestamp:
- 03/06/2024 05:04:00 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r57648 r57785 15 15 * @since 2.9.0 16 16 * 17 * @global WP_Embed $wp_embed 17 * @global WP_Embed $wp_embed WordPress Embed object. 18 18 * 19 19 * @param string $id An internal ID/name for the handler. Needs to be unique. … … 33 33 * @since 2.9.0 34 34 * 35 * @global WP_Embed $wp_embed 35 * @global WP_Embed $wp_embed WordPress Embed object. 36 36 * 37 37 * @param string $id The handler ID that should be removed. … … 231 231 * @since 4.0.0 232 232 * 233 * @global WP_Embed $wp_embed 233 * @global WP_Embed $wp_embed WordPress Embed object. 234 234 * 235 235 * @param array $matches The RegEx matches from the provided regex when calling
Note: See TracChangeset
for help on using the changeset viewer.