Changeset 48574 for trunk/src/wp-includes/embed.php
- Timestamp:
- 07/23/2020 12:50:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r48109 r48574 133 133 * @see WP_oEmbed 134 134 * 135 * @param string 136 * 137 * @param string 138 * @param bool ean$regex Optional. Whether the `$format` parameter is in a RegEx format. Default false.135 * @param string $format The format of URL that this provider can handle. You can use asterisks 136 * as wildcards. 137 * @param string $provider The URL to the oEmbed provider. 138 * @param bool $regex Optional. Whether the `$format` parameter is in a RegEx format. Default false. 139 139 */ 140 140 function wp_oembed_add_provider( $format, $provider, $regex = false ) {
Note: See TracChangeset
for help on using the changeset viewer.