Changeset 37518 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 05/22/2016 06:49:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r37431 r37518 116 116 117 117 /** 118 * Filter the list of whitelisted oEmbed providers.118 * Filters the list of whitelisted oEmbed providers. 119 119 * 120 120 * Since WordPress 4.4, oEmbed discovery is enabled for all users and allows embedding of sanitized … … 322 322 323 323 /** 324 * Filter the HTML returned by the oEmbed provider.324 * Filters the HTML returned by the oEmbed provider. 325 325 * 326 326 * @since 2.9.0 … … 349 349 350 350 /** 351 * Filter oEmbed remote get arguments.351 * Filters oEmbed remote get arguments. 352 352 * 353 353 * @since 4.0.0 … … 365 365 366 366 /** 367 * Filter the link types that contain oEmbed provider URLs.367 * Filters the link types that contain oEmbed provider URLs. 368 368 * 369 369 * @since 2.9.0 … … 436 436 437 437 /** 438 * Filter the oEmbed URL to be fetched.438 * Filters the oEmbed URL to be fetched. 439 439 * 440 440 * @since 2.9.0 … … 599 599 600 600 /** 601 * Filter the returned oEmbed HTML.601 * Filters the returned oEmbed HTML. 602 602 * 603 603 * Use this filter to add support for custom data types, or to filter the result.
Note: See TracChangeset
for help on using the changeset viewer.