0; $lasso_options_prefill = Setting::get_settings(); $email_support_prefill = $lasso_options_prefill[ Enum::EMAIL_SUPPORT ] ?? ''; $admin_email_prefill = get_option( 'admin_email' ); $prefill_email_header = ! empty( $email_support_prefill ) ? $email_support_prefill : $admin_email_prefill; $available_pages = Helper::available_pages(); $header_menu = array( Enum::PAGE_DASHBOARD ); $should_show_import_step = Helper::should_show_import_page(); if ( $should_show_import_step ) { $header_menu[] = Enum::PAGE_IMPORT; } $header_menu = array_merge( $header_menu, array( Enum::PAGE_OPPORTUNITIES, Enum::PAGE_GROUPS, Enum::PAGE_TABLES ) ); if ( Setting::get_setting( 'general_disable_tooltip' ) ) { echo ' '; } ?>
$prefill_email_header, ) ); } ?>