It looks like you haven\'t set up your CloudFlare API info yet. Click here to save that in your profile and get started!'; } $domain_count = count(get_posts([ 'post_type' => 'domain', 'posts_per_page' => -1, 'status' => 'publish', 'meta_query' => [['key' => 'owner_id', 'value' => $current_user_id]] ])); $campaign_count = count(get_posts([ 'post_type' => 'campaign', 'posts_per_page' => -1, 'status' => 'publish', 'meta_query' => [['key' => 'owner_id', 'value' => $current_user_id]] ])); $email_account_count = count(get_posts([ 'post_type' => 'email-account', 'posts_per_page' => -1, 'status' => 'publish', 'meta_query' => [['key' => 'owner_id', 'value' => $current_user_id]] ])); if ( ($cloudflare_email || $cloudflare_key) ) { $onboard_steps[0] = true; } if ($domain_count > 0) { $onboard_steps[1] = true; } if ($email_account_count > 0) { $onboard_steps[2] = true; } if ($campaign_count > 0) { $onboard_steps[3] = true; } get_header(); ?>
>
>