Changeset 53046 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 04/01/2022 08:30:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r52285 r53046 48 48 49 49 /** 50 * Process the [embed] shortcode.50 * Processes the [embed] shortcode. 51 51 * 52 52 * Since the [embed] shortcode needs to be run earlier than other shortcodes, … … 56 56 * @global array $shortcode_tags 57 57 * 58 * @param string $content Content to parse 59 * @return string Content with shortcode parsed 58 * @param string $content Content to parse. 59 * @return string Content with shortcode parsed. 60 60 */ 61 61 public function run_shortcode( $content ) { … … 377 377 378 378 /** 379 * Delete all oEmbed caches. Unused by core as of 4.0.0.379 * Deletes all oEmbed caches. Unused by core as of 4.0.0. 380 380 * 381 381 * @param int $post_ID Post ID to delete the caches for. … … 492 492 493 493 /** 494 * Find the oEmbed cache post ID for a given cache key.494 * Finds the oEmbed cache post ID for a given cache key. 495 495 * 496 496 * @since 4.9.0
Note: See TracChangeset
for help on using the changeset viewer.