Changeset 48185 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/26/2020 06:47:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r48170 r48185 542 542 * Filters whether to preempt calculating the image resize dimensions. 543 543 * 544 * Passing a non-null value tothe filter will effectively short-circuit544 * Returning a non-null value from the filter will effectively short-circuit 545 545 * image_resize_dimensions(), returning that value instead. 546 546 * … … 1626 1626 * 1627 1627 * @param string $content The HTML content to be filtered. 1628 * @param string $context Optional. Additional context to pass to the filters. Defaults to `current_filter()` when not set. 1628 * @param string $context Optional. Additional context to pass to the filters. 1629 * Defaults to `current_filter()` when not set. 1629 1630 * @return string Converted content with images modified. 1630 1631 */ … … 2370 2371 * Filters the playlist output. 2371 2372 * 2372 * Passing a non-empty value tothe filter will short-circuit generation2373 * Returning a non-empty value from the filter will short-circuit generation 2373 2374 * of the default playlist output, returning the passed value instead. 2374 2375 *
Note: See TracChangeset
for help on using the changeset viewer.