Use this code snippet to disable the toolbar for Autoptimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter('autoptimize_filter_toolbar_show','__return_false');
Use this code snippet to disable the toolbar for Autoptimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter('autoptimize_filter_toolbar_show','__return_false');