Changeset 60127
- Timestamp:
- 04/03/2025 07:24:20 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r56177 r60127 284 284 * @see WP_Embed::shortcode() 285 285 * 286 * @param string |false$cache The cached HTML result, stored in post meta.287 * @param string 288 * @param array 289 * @param int 286 * @param string $cache The cached HTML result, stored in post meta. 287 * @param string $url The attempted embed URL. 288 * @param array $attr An array of shortcode attributes. 289 * @param int $post_id Post ID. 290 290 */ 291 291 return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id );
Note: See TracChangeset
for help on using the changeset viewer.