Changeset 51978
- Timestamp:
- 11/02/2021 05:20:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r51955 r51978 1234 1234 } 1235 1235 } 1236 1237 /* 1238 * Filters the list of header image attributes. 1239 * 1240 * @since 5.9.0 1241 * 1242 * @param array $attr Array of the attributes for the image tag. 1243 * @param object $header The custom header object returned by 'get_custom_header()'. 1244 */ 1245 $attr = apply_filters( 'get_header_image_tag_attributes', $attr, $header ); 1236 1246 1237 1247 $attr = array_map( 'esc_attr', $attr );
Note: See TracChangeset
for help on using the changeset viewer.