Changeset 56623
- Timestamp:
- 09/19/2023 05:03:23 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56577 r56623 7889 7889 * @param string $type The post type name. Usually 'attachment' but can be any post type. 7890 7890 */ 7891 $mime_types = apply_filters( ' get_available_post_mime_types', null, $type );7891 $mime_types = apply_filters( 'pre_get_available_post_mime_types', null, $type ); 7892 7892 7893 7893 if ( ! is_array( $mime_types ) ) {
Note: See TracChangeset
for help on using the changeset viewer.