WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: constellation-client-portal (Used by 8 domains)

Constellation Client Portal

👤 ARS 📦 v2.7.1 🔗 Plugin Homepage

A professional client portal for WordPress that helps you organize clients, customers, groups, and teams. Create unlimited client pages and securely share private pages, posts, and files.

Upgrade to the Pro version and integrate with WooCommerce to accept payments for invoices and services.

Whether you are a veteran of high-level business or just starting out, Constellation Client Portal gives you the tools that you need to manage your operations efficiently and professionally, so that you can do business with confidence.

Features

  • Create unlimited private pages for your clients, customers, and team members.
  • Create private invoice and file posts for your clients and display them on private client pages, with simple to use shortcodes.
  • Attach private files (example: pdf, jpg, docx, xlsx, etc) to invoice and file posts.
  • Prevent direct access to client files by users, search engines, and bots.
  • Assign WordPress users to Companies.
  • Assign users (example: consultants) to multiple companies to allow them to access files that are assigned to different companies.
  • Easily add curated lists of invoices and documents to client pages via simple to use shortcodes.

Pro

  • Automatically redirect clients to their private client page at login (optional login redirect setting).
  • Integrate your invoices with WooCommerce and add a pay button to your unpaid invoices, and accept payments from your customers and clients (requires WooCommerce).
  • Change the Client Page, Client File, and Client Invoice URL base names (“accp-client-page,” “accp-clientfile,” and “accp-clientinvoice) to names of your choosing.
  • Automatically send email notifications to clients when a new File or Invoice post is created.
  • Automatically send reminder email notifications on a schedule.
  • Easily customize the look of client-facing lists and pages.
  • Display client-facing lists in list or grid layout.
  • Easily generate, save, and edit file and invoice shortcodes within the plugin settings.
  • Add due dates and past due notices to invoices and files.
  • Further restrict file and invoice access within a company by user and role.
  • Restrict file and invoice category access by user and role.
  • Add internal notes to File and Invoice posts.
  • Export file and invoice lists to CSV.
  • Create global client pages that can be accessed by multiple companies.
  • Create global client files that can be accessed by more than one company.

Use Cases

Constellation Client Portal is your portal for everything, and helps you interface with clients, customers, teams, and groups. It’s professional, extendable, versatile, and is designed to sit at the heart of your organization to save time and lower costs.

Example Use Case Areas

  • Businesses and Professionals – Interface with clients, customers, employees, contractors, and vendors.
  • Freelancers – Interface with clients, customers, contractors, and vendors.
  • Project Managers / Teams – Interface with stake holders, contractors, project members, and vendors.
  • Teams – Interface with team members, staff, affiliates, vendors, and contractors.
  • Groups and Organizations – Interface with group members, and other affiliates.

Shortcodes (Core)

The shortcode parameters, below, are for use with the core version of the plugin. The pro version allows for file and invoice shortcodes to be easily generated, saved, and edited within the plugin settings.

Unpaid Invoice List

[accp_clientinvoices invoice_status="unpaid"]

Paid Invoice List

[accp_clientinvoices invoice_status="paid"]

Invoice Shortcode Parameters

  • invoice_status this is the payment status of the invoice. Accepted Values: “paid” or “unpaid”. Default: “unpaid”.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • categories Accepted Values: this can be entered as an Invoice Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to “nolink” will remove the href from post titles in the list and make them unclickable. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Document/File List

[accp_clientfiles]

File Shortcode Parameters

  • categories Accepted Values: this can be entered as a File Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to “nolink” will remove the href from post titles in the list and make them unclickable. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Global Files (Pro)

[accp_global_files]

Company Menu (Pro)

[accp_company_menu]

Company Menu Shortcode Parameters

  • excluded_page_ids – this allows for pages that are assigned to a given company to be excluded from the company menu. Accepts a comma separated list of Client Page ID’s. Default = null.
  • list_style – this allows the UL orientation to be changed. Accepts ‘vertical’ or ‘horizontal.’ Default = horizontal.
  • align – this allows for the menu alignment to be set. Accepts ‘left,’ ‘right,’ or ‘center.’ Default = left.

Documentation

  • Quick Start Guide – Follow the quick start guide to quickly set up the initial foundation for your client portal.
  • Plugin Documentation – View the plugin documentation for other helpful information.

Support

Pro users, with active licenses, should open a support ticket by accessing their account on constellationclientportal.com for help and support.

DomainExposuresHeadersLast Checked
a*e*h*a*o*s*l*i*g*o*p*r*t*o*.com (WP 6.8.3) F 2026-04-09 08:28:31
c*n*e*t*r*o*.ai 2025-11-12 08:45:46
1*4*p*o*e*t.org 2025-11-12 00:29:23
u*i*u*c*n*t*u*t*o*s*r*i*e.com 2025-11-11 06:09:15
m*d*c*l*a*t*i*c.com 2025-11-09 03:21:07
f*c*t*f*c*b*n.com 2025-11-07 14:27:59
c*s*a*i*e*e*g*.com 2025-11-06 18:08:38
a*g*b*i*e.com 2025-11-06 05:09:07

Top 50 Plugins

Plugin Count
elementor 3,987,002
contact-form-7 3,380,007
elementor-pro 2,188,808
woocommerce 1,902,461
revslider 1,294,555
js_composer 810,247
essential-addons-for-elementor-lite 591,253
wp-rocket 573,010
jetpack 544,319
header-footer-elementor 541,569
elementskit-lite 517,670
gutenberg-core 467,268
google-analytics-for-wordpress 433,557
instagram-feed 427,027
google-site-kit 413,098
wpforms-lite 402,174
astra-sites 399,665
cookie-law-info 388,347
complianz-gdpr 378,552
gravityforms 359,717
litespeed-cache 347,748
sitepress-multilingual-cms 319,274
bluehost-wordpress-plugin 299,132
gtranslate 257,502
coblocks 235,082
cookie-notice 227,389
premium-addons-for-elementor 197,185
mailchimp-for-wp 191,665
sg-cachepress 188,426
astra-addon 186,443
bb-plugin 185,148
the-events-calendar 185,125
pro-elements 183,570
click-to-chat-for-whatsapp 180,354
creame-whatsapp-me 178,795
LayerSlider 173,557
custom-fonts 172,085
wp-smushit 172,076
popup-maker 170,060
gutenberg 168,554
royal-elementor-addons 159,719
tablepress 155,669
ultimate-addons-for-gutenberg 154,374
woocommerce-gateway-stripe 150,229
pixelyoursite 149,027
smart-slider-3 148,304
duracelltomi-google-tag-manager 143,944
cleantalk-spam-protect 138,770
metform 135,480
fusion-builder 134,730

Top 50 Themes

Theme Count
hello-elementor 1,226,355
astra 1,113,331
Divi 982,193
pub 305,778
generatepress 231,189
flatsome 226,965
h4 213,417
Avada 195,537
oceanwp 168,910
kadence 147,007
twentytwentyfive 126,311
bb-theme 122,529
blocksy 121,497
twentytwentyfour 119,034
enfold 117,890
cocoon-master 117,522
salient 115,187
woodmart 100,351
betheme 98,814
twentyseventeen 89,093
dt-the7 78,067
neve 69,983
swell 63,243
twentytwentyone 60,201
bridge 58,735
lightning 53,644
twentytwentythree 52,862
twentytwenty 49,875
Avada-Child-Theme 44,261
gox 42,052
Impreza 40,373
bricks 39,742
Newspaper 39,031
twentytwentytwo 38,847
yith-wonder 32,697
storefront 31,533
extendable 30,980
themify-ultra 30,875
pro 30,174
twentyfifteen 29,900
uncode 29,547
epik-redesign 29,351
sydney 28,871
twentysixteen 28,652
go 25,836
porto 25,493
Total 25,492
hestia 23,155
popularfx 22,128
thrive-theme 21,738