-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Lines 411 to 417 in 89be023
add_filter( | |
'block_editor_settings_all', | |
function ( $editor_settings ) { | |
$editor_settings['supportsLayout'] = false; | |
return $editor_settings; | |
} | |
); |