Pitchbar ships with two admin-editable knobs that control the
"Need the plugin?" copy + download CTA rendered at the bottom of
every workspace's /app/integrations page (in the
WordPress / WooCommerce card). Use them when you're hosting the
plugin somewhere other than the default CodeCanyon receipt — a
WordPress.org listing, an S3 bucket, a corporate file share.
Super-admin only. Sign in as a platform admin and visit
/settings/system#integrations (the "Integrations" tab
inside System settings — the WordPress plugin block lives there
alongside the workspace-facing integration toggles). Two fields:
https://
link to the .zip (or to your WP.org listing).
Becomes a "Download plugin" link rendered next to the
existing "WordPress install & connect" doc link. Validated
as a URL, max 500 chars.
On /app/integrations the WordPress card footer reads:
{{ '{help_text}' }} Download plugin · WordPress install & connect
When both fields are blank the page falls back to the original "Need the plugin? Download it from your CodeCanyon receipt, or read the setup guide:" copy. The "Download plugin" anchor is omitted entirely so we don't render a dead link.
<a href> with target="_blank"
+ rel="noopener noreferrer". Validation rejects
non-URL strings, but the link still goes wherever you point
it — only super-admins can change this field.