Changeset 37513 for trunk/src/wp-includes/embed.php
- Timestamp:
- 05/22/2016 06:41:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r37361 r37513 71 71 72 72 /** 73 * Filter the default array of embed dimensions.73 * Filters the default array of embed dimensions. 74 74 * 75 75 * @since 2.9.0 … … 162 162 function wp_maybe_load_embeds() { 163 163 /** 164 * Filter whether to load the default embed handlers.164 * Filters whether to load the default embed handlers. 165 165 * 166 166 * Returning a falsey value will prevent loading the default embed handlers. … … 179 179 180 180 /** 181 * Filter the audio embed handler callback.181 * Filters the audio embed handler callback. 182 182 * 183 183 * @since 3.6.0 … … 188 188 189 189 /** 190 * Filter the video embed handler callback.190 * Filters the video embed handler callback. 191 191 * 192 192 * @since 3.6.0 … … 221 221 222 222 /** 223 * Filter the Google Video embed output.223 * Filters the Google Video embed output. 224 224 * 225 225 * @since 2.9.0 … … 255 255 256 256 /** 257 * Filter the YoutTube embed output.257 * Filters the YoutTube embed output. 258 258 * 259 259 * @since 4.0.0 … … 284 284 285 285 /** 286 * Filter the audio embed output.286 * Filters the audio embed output. 287 287 * 288 288 * @since 3.6.0 … … 316 316 317 317 /** 318 * Filter the video embed output.318 * Filters the video embed output. 319 319 * 320 320 * @since 3.6.0 … … 355 355 356 356 /** 357 * Filter the oEmbed discovery links HTML.357 * Filters the oEmbed discovery links HTML. 358 358 * 359 359 * @since 4.4.0 … … 396 396 397 397 /** 398 * Filter the URL to embed a specific post.398 * Filters the URL to embed a specific post. 399 399 * 400 400 * @since 4.4.0 … … 432 432 433 433 /** 434 * Filter the oEmbed endpoint URL.434 * Filters the oEmbed endpoint URL. 435 435 * 436 436 * @since 4.4.0 … … 502 502 503 503 /** 504 * Filter the embed HTML output for a given post.504 * Filters the embed HTML output for a given post. 505 505 * 506 506 * @since 4.4.0 … … 535 535 536 536 /** 537 * Filter the allowed minimum and maximum widths for the oEmbed response.537 * Filters the allowed minimum and maximum widths for the oEmbed response. 538 538 * 539 539 * @since 4.4.0 … … 572 572 573 573 /** 574 * Filter the oEmbed response data.574 * Filters the oEmbed response data. 575 575 * 576 576 * @since 4.4.0 … … 840 840 841 841 /** 842 * Filter the post excerpt for the embed template.842 * Filters the post excerpt for the embed template. 843 843 * 844 844 * @since 4.4.0 … … 1071 1071 1072 1072 /** 1073 * Filter the site title HTML in the embed footer.1073 * Filters the site title HTML in the embed footer. 1074 1074 * 1075 1075 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.