mirror of
https://ghproxy.net/https://github.com/AlxMedia/airl.git
synced 2025-08-26 16:49:27 +08:00
Disable support for widgets block editor, regen lang
This commit is contained in:
parent
54690d42cc
commit
16923a8ad6
2 changed files with 24 additions and 21 deletions
|
@ -72,6 +72,9 @@ if ( ! function_exists( 'airl_setup' ) ) {
|
|||
// Declare WooCommerce support
|
||||
add_theme_support( 'woocommerce' );
|
||||
|
||||
// Disable support for widgets block editor
|
||||
remove_theme_support( 'widgets-block-editor' );
|
||||
|
||||
// Enable support for selective refresh of widgets in customizer
|
||||
add_theme_support( 'customize-selective-refresh-widgets' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue