Changeset 60157
- Timestamp:
- 04/14/2025 02:29:56 PM (2 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/class-wp-embed.php
r60140 r60157 164 164 * @see WP_Embed::shortcode() 165 165 * 166 * @param string |false $return The HTML result of the shortcode, or false on failure.167 * @param string 168 * @param array 166 * @param string $return The HTML result of the shortcode. 167 * @param string $url The embed URL. 168 * @param array $attr An array of shortcode attributes. 169 169 */ 170 170 return apply_filters( 'embed_handler_html', $return, $url, $attr );
Note: See TracChangeset
for help on using the changeset viewer.