We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd2f82 commit ae58f11Copy full SHA for ae58f11
1 file changed
src/admin/class-script-loader.php
@@ -79,7 +79,7 @@ public static function enqueue_cimo_assets() {
79
80
// Expose threshold for WP Core's big image scaling.
81
// Can be false when auto scaling is disabled.
82
- $threshold = apply_filters( 'big_image_size_threshold', 2560 );
+ $threshold = apply_filters( 'big_image_size_threshold', 2560, array( 0, 0 ), '', 0 );
83
84
// Localize script with REST API URL, nonce, and settings
85
wp_localize_script(
0 commit comments