big_image_size_threshold, 2560, array( 0, 0
big_image_size_threshold, 2560, array( 0, 0
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('big_image_size_threshold, 2560, array( 0, 0') is found 1 times:
- /lib/media/load.php line 173
* @param WP_REST_Response $response Response data. */ function gutenberg_media_processing_filter_rest_index( WP_REST_Response $response ) { /** This filter is documented in wp-admin/includes/image.php */ $image_size_threshold = (int) apply_filters( 'big_image_size_threshold', 2560, array( 0, 0 ), '', 0 ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ $image_strip_meta = (bool) apply_filters( 'image_strip_meta', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound /* * On the server, this filter receives the decoded image's actual bit depth.