<?php /** * The Sidebar containing the main widget areas. * */ namespace Automattic\P2\Themes\P2_Hub; $workspaces_allowed = apply_filters( 'p2_allows_workspaces', false ); ?> <!-- Placeholder for p2-workspaces plugin's react app --> <?php if ( $workspaces_allowed ) : ?> <div id="p2-workspace-sidebar" class="p2020-workspace-sidebar"></div> <?php endif; ?>