Title: GrowthSupport
Author: ablancodev
Published: <strong>27 Septimber, 2026</strong>
Last modified: 27 Septimber, 2026

---

Search plugins

![](https://ps.w.org/growthsupport/assets/icon-256x256.png?rev=3715050)

# GrowthSupport

 Troch [ablancodev](https://profiles.wordpress.org/eggemplo/)

[Download](https://downloads.wordpress.org/plugin/growthsupport.1.0.0.zip)

 * [Details](https://fy.wordpress.org/plugins/growthsupport/#description)
 * [Resinsjes](https://fy.wordpress.org/plugins/growthsupport/#reviews)
 *  [Ynstallaasje](https://fy.wordpress.org/plugins/growthsupport/#installation)
 * [Ûntwikkeling](https://fy.wordpress.org/plugins/growthsupport/#developers)

 [Stypje](https://wordpress.org/support/plugin/growthsupport/)

## Beskriuwing

GrowthSupport gives you a full support ticket system that lives entirely inside 
WordPress — no external services, no SaaS fees, no extra logins. If you’re looking
for a self-hosted alternative to tools like Zendesk that runs entirely within your
own WordPress site, this is it.

**For clients:**

 * Open a new ticket in under 30 seconds using the included shortcode on any page.
 * See only their own tickets — no data leakage from other users.
 * Follow the full conversation thread with clear CLIENT / TEAM message labels.
 * Filter tickets by status (Open, In Progress, Resolved, Closed).
 * Close their own ticket once their issue is resolved.

**For agents:**

 * A dedicated admin panel shows all tickets at a glance: status badge, priority
   level (Urgent / High / Normal / Low), reply count, client name, and relative 
   timestamp.
 * Open any ticket to read the full conversation thread and reply instantly.
 * Change ticket status (Open  In Progress  Resolved  Closed) from a dropdown in
   the ticket header.
 * Filter the ticket list by status to focus on what matters right now.

**Under the hood:**

 * Uses custom database tables — no bloat from WordPress post types.
 * Clean REST API (`/wp-json/growthsupport/v1/tickets`) for headless or custom integrations.
 * Extensible hooks (`growthsup_ticket_created`, `growthsup_ticket_reply_posted`,`
   growthsup_ticket_status_changed`, `growthsup_ticket_format`) so add-ons can build
   on top.
 * Supports multiple support agents: any WordPress user with the `growthsup_manage_tickets`
   capability can handle tickets.
 * Fully translatable. Default language: English.

**Shortcode**

Place `[growthsupport_tickets]` on any page to show the client ticket portal. Only
logged-in users with the `growthsup_create_tickets` capability can see it.

**Pro version**

[GrowthSupport Pro](https://growthplugins.com/plugin/growthsupport/) is an optional
add-on that extends the free plugin with:

 * **MCP Abilities** — exposes GrowthSupport to AI agents via the WordPress Abilities
   API (requires WordPress 6.9+).
 * **Email notifications** — automatic emails to agents on new tickets and client
   replies; automatic emails to clients on agent replies and status changes.

## Skermôfbyldings

[⌊The agent dashboard shows all tickets at a glance with status badges, priority
levels, reply counts, and client names.⌉⌊The agent dashboard shows all tickets at
a glance with status badges, priority levels, reply counts, and client names.⌉[

The agent dashboard shows all tickets at a glance with status badges, priority levels,
reply counts, and client names.

[⌊Full ticket conversation view in the admin — agents can reply and change status
without leaving WordPress.⌉⌊Full ticket conversation view in the admin — agents 
can reply and change status without leaving WordPress.⌉[

Full ticket conversation view in the admin — agents can reply and change status 
without leaving WordPress.

[⌊The client-facing ticket portal — each user sees only their own tickets with status
filter.⌉⌊The client-facing ticket portal — each user sees only their own tickets
with status filter.⌉[

The client-facing ticket portal — each user sees only their own tickets with status
filter.

[⌊Client conversation view with clear CLIENT / TEAM message labels and a reply form.⌉⌊
Client conversation view with clear CLIENT / TEAM message labels and a reply form
.⌉[

Client conversation view with clear CLIENT / TEAM message labels and a reply form.

[⌊The new-ticket modal — clients can submit a ticket with subject, description, 
and priority in seconds.⌉⌊The new-ticket modal — clients can submit a ticket with
subject, description, and priority in seconds.⌉[

The new-ticket modal — clients can submit a ticket with subject, description, and
priority in seconds.

[⌊Admin ticket list filtered to "Open" tickets only.⌉⌊Admin ticket list filtered
to "Open" tickets only.⌉[

Admin ticket list filtered to “Open” tickets only.

[⌊Status dropdown in the admin ticket header for quick status changes.⌉⌊Status dropdown
in the admin ticket header for quick status changes.⌉[

Status dropdown in the admin ticket header for quick status changes.

## Ynstallaasje

 1. Upload the `growthsupport` folder to the `/wp-content/plugins/` directory, or install
    directly through **Plugins > Add New**.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **GrowthSupport** in the admin menu to see the ticket dashboard.
 4. Create a page and add the shortcode `[growthsupport_tickets]` to give clients their
    support portal.
 5. Share the page URL with your clients. They must be logged in to create and view
    tickets.

## FAQ

### Do clients need a WordPress account?

Yes. Clients must be logged-in WordPress users. The plugin grants the `growthsup_create_tickets`
capability to all standard roles (subscriber, contributor, author, editor) on activation,
so any registered user can open tickets.

### Can I have multiple support agents?

Yes — any WordPress user with the `growthsup_manage_tickets` capability can access
the admin panel and respond to tickets. By default this capability is granted to
administrators. You can grant it to other roles or individual users using a capabilities
plugin (e.g. Members, User Role Editor).

### Where is the ticket data stored?

All tickets and replies are stored in two custom tables in your own WordPress database(`
wp_growthsup_tickets` and `wp_growthsup_ticket_replies`). No data is sent to external
services.

### Can I customise the frontend appearance?

The frontend uses minimal CSS you can override in your theme. The HTML structure
is rendered by `assets/js/growthsupport.js` and the styles are in `assets/css/growthsupport.
css`.

### Is there a REST API?

Yes. All ticket operations are available at `/wp-json/growthsupport/v1/tickets`.
Authentication uses standard WordPress cookie or application password authentication.

### What happens to the data when I uninstall the plugin?

Uninstalling (not just deactivating) the plugin drops both database tables and removes
all plugin options and capabilities. This action is irreversible.

### Does this plugin send emails?

The free version does not send any emails. Email notifications for agents and clients
are available in GrowthSupport Pro.

### Is this a self-hosted alternative to Zendesk?

Yes. GrowthSupport is built for WordPress sites that need a clean support desk without
the cost and complexity of external SaaS platforms like Zendesk, Freshdesk, or Help
Scout. There are no per-agent fees, no monthly subscriptions, and no data leaving
your server. Everything runs inside WordPress using your existing users, database,
and theme.

### Is the plugin GDPR compliant?

The plugin stores only data that users explicitly submit (ticket subject, description,
replies) along with their WordPress user ID. All data stays in your database. No
data is shared with third parties. You are responsible for disclosing this data 
collection in your privacy policy.

## Resinsjes

D’r binne gjin resinsjes foar dizze plugin.

## Meiwurkers & amp; Untwikkelders

“GrowthSupport” is iepen boarne software. De folgjende minsken hawwe bydroegen oan
dizze plugin.

Meiwurkers

 *   [ ablancodev ](https://profiles.wordpress.org/eggemplo/)

[Oersette “GrowthSupport” yn jo taal.](https://translate.wordpress.org/projects/wp-plugins/growthsupport)

### Ynteressearre yn ûntwikkeling?

[Blêdzje troch de koade](https://plugins.trac.wordpress.org/browser/growthsupport/),
besjoch de [SVN-repository](https://plugins.svn.wordpress.org/growthsupport/) , 
of abonnearje op it [ûntwikkelingslogboek](https://plugins.trac.wordpress.org/log/growthsupport/)
troch [RSS](https://plugins.trac.wordpress.org/log/growthsupport/?limit=100&mode=stop_on_copy&format=rss).

## Feroaringslog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **15 oeren yn ôl**
 *  Active installations **Minder as 10**
 *  WordPress version ** 6.2 of heger **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.0 of heger **
 *  Language
 * [English (US)](https://wordpress.org/plugins/growthsupport/)
 * Tags
 * [customer support](https://fy.wordpress.org/plugins/tags/customer-support/)[help desk](https://fy.wordpress.org/plugins/tags/help-desk/)
   [helpdesk](https://fy.wordpress.org/plugins/tags/helpdesk/)[support](https://fy.wordpress.org/plugins/tags/support/)
   [tickets](https://fy.wordpress.org/plugins/tags/tickets/)
 *  [Avansearre werjefte](https://fy.wordpress.org/plugins/growthsupport/advanced/)

## Wurdearrings

Der binne noch gjin resinsjes ynstjoerd.

[Your review](https://wordpress.org/support/plugin/growthsupport/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/growthsupport/reviews/)

## Meiwurkers

 *   [ ablancodev ](https://profiles.wordpress.org/eggemplo/)

## Stypje

Hast wat te sizzen? Help nedich hawwe?

 [Besjoch stipefoarum](https://wordpress.org/support/plugin/growthsupport/)