mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 18:38:17 +08:00
Disable support for widgets block editor, regen lang
This commit is contained in:
parent
05a4b796f6
commit
3238c31831
2 changed files with 28 additions and 25 deletions
|
@ -72,6 +72,9 @@ if ( ! function_exists( 'magaziner_setup' ) ) {
|
|||
// Declare WooCommerce support
|
||||
add_theme_support( 'woocommerce' );
|
||||
|
||||
// Disable support for widgets block editor
|
||||
remove_theme_support( 'widgets-block-editor' );
|
||||
|
||||
// Thumbnail sizes
|
||||
add_image_size( 'magaziner-small', 160, 160, true );
|
||||
add_image_size( 'magaziner-medium', 520, 292, true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue