Changeset 60149
- Timestamp:
- 04/10/2025 01:45:39 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r60127 r60149 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.