should_editor_appear_on_load(); $can_edit = current_user_can( 'publish_posts' ) && is_home() && ! $active_filter; $quickstart_menu = $pattern_manager->get_starter_button_patterns(); $default_quickstart = $pattern_manager->get_default_quickstart_pattern(); $drafts = P2_Core\Editor\Drafts::init(); $the_drafts = $drafts->get_drafts(); $has_drafts = is_countable( $the_drafts ) && count( $the_drafts ) > 0; $drafts_url = $drafts->get_drafts_index_url(); $placeholder = apply_filters( 'write_your_story', null, null ); if ( ! $placeholder ) { $placeholder = P2_Core\Editor\Editor_Front::init()->get_current_placeholder(); } $is_modal = P2_Core\Editor\Editor::is_feature_enabled( P2_Core\Editor\Editor::FEATURE_MODAL_EDITOR ); get_header(); get_sidebar(); \Automattic\P2\Themes\P2020\ToggleSidebar\print_sidebar_controls(); if ( is_home() && $show_editor ) : ?>