mirror of
https://ghproxy.net/https://github.com/AlxMedia/alx-extensions.git
synced 2025-08-27 01:15:47 +08:00
Settings name fix
This commit is contained in:
parent
73543bb10e
commit
f75cbd3b31
3 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ function alx_ext_thumbnail_upscale( $default, $orig_w, $orig_h, $new_w, $new_h,
|
|||
return array( 0, 0, (int) $s_x, (int) $s_y, (int) $new_w, (int) $new_h, (int) $crop_w, (int) $crop_h );
|
||||
}
|
||||
|
||||
$enable_image_upscale = get_theme_mod( 'enable_image_upscale', true );
|
||||
$enable_image_upscale = get_theme_mod( 'enable-image-upscale', true );
|
||||
if ( true === $enable_image_upscale ) {
|
||||
add_filter( 'image_resize_dimensions', 'alx_ext_thumbnail_upscale', 10, 6 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue