The generate_disable_customizer_shortcuts
allows you to disable the customizer shortcuts.
To disable them, add this PHP snippet:
add_filter( 'generate_disable_customizer_shortcuts', '__return_true' );
The generate_disable_customizer_shortcuts
allows you to disable the customizer shortcuts.
To disable them, add this PHP snippet:
add_filter( 'generate_disable_customizer_shortcuts', '__return_true' );