Plugin Pulse
← Pulse

PilotPress

by ONTRAPORT · Uncategorized

PilotPress allows you to have a website, membership site, customer center, and a partner center integrated together with ONTRAPORT.

⚠ Few reviews
How scoring works →
79 Health · B
Maintenance 100/100
Rating quality 60/100
Support 70/100

79 health vs 56 average across 16,376 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

74 / 100

Well optimized

Biggest win: Support resolution

Update recency 100/100
WP compatibility 100/100
Rating quality 53/100
Listing tuning 92/100
Support resolution 0/100

To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+75% vs prior 30d
11Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

1.6K

now · peak 1.6K

1.6K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

PilotPress · #7136 you SegMetrics Marketing · #15349 FuseDesk · #20621

Rating trend

Star average over time · dips mark rough releases

2.2Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

1.8Kper 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

2.3y ago

latest release · vstable

5

tagged releases on record

Recent releases

stable · 2.3y ago2.0.7 · 7.2y ago1.9.5 · 9.8y ago1.9.3 · 9.8y ago1.9.2 · 9.8y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 98% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v2.0 98%
v1.9 1.7%

Estimated active installs

The public count shows “900+”. Our estimate pins where the real number sits.

tracked estimate
900–1K ≈970

Refined from the date this plugin crossed into its current band.

Install history · since 2015-03-10 · 1,429 observations

900Installs · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
2.0.39
Last updated
18d ago
Added
2012-07-26 · 14 yrs old
Requires WP
3.6
Tested up to
7.0.4
Requires PHP

Recent reviews

All reviews on wp.org ↗
  1. Till Krüss
    7.2y ago

    Ontraport puts no effort into this plugin. Don’t use it.

    Read on wp.org ↗
  2. bretterer
    8.2y ago

    Answer me this. Why does a developer make a plugin that in incompatible with almost all the most popular plugins out there? I have been using this plugin not realizing how unfriendly it is with things like backup buddy. Take a look at the support answer when mentioning this. Unfortunately, BackupBuddy is incompatible with PilotPress. Other plugins that may conflict: Any other “membership” plugin Any plugin that manages “redirection” Caching plugins All in One SEO Backup Buddy Page Expiration Robot or Scarity Samuri User Role Editor Login Form Editors (using redirection) Really? I would stay away from this plugin at all costs until they can figure out how to play nicely. I understand not wanting to play nice with other membership plugins, but having code that messes up All in One SEO (and Yoast i found out) along with “Any plugin that manages redirections”? Caching plugins are conflicting too? WTH?!?!?!

    Read on wp.org ↗
  3. theyrobburnfield
    8.8y ago

    This plugin does the basics of what it’s suppose to do doesn’t do them that well. The current customer care center in pilot press is rather lacking. Not only is a bit cluttered containing so many different things (invoices, subscriptions, change password, change email, update payment info) it does a lot of things that just don’t fit with modern web standards. For starters why are you using the standard confirm/eval as popups to do anything? These functions are typically meant for very low level application stuff like a WordPress wp-admin area since they will never be seen by clients. Instead you should really have inline error messages with errors below form fields. See something like Foundation’s Abide JS . These kind of messages are much cleaner and nicer for clients to read, can be made responsive, and your phone won’t warn you about popups from this browser. After clicking the button twice my phone immediately asked me if I want to prevent popups from this site. Next, while we’re in the center having payment methods open a completely new browser window is just bad. This is just something you shouldn’t be doing. First it ties my hands not just to your markup, but also your styles. At least with the rest of the center I can override styles to sort-of get things looking the way I want but with that payment area I’m completely out of luck. I’m stuck with your very limited header image, background color, foreground color options. This means this part of the customer center will be completely off brand for customers. It also means the customer is going to notice a complete url change. “Whoah why am I on something called forms.ontraport.com all of a sudden” the client asks. This tends to lower peoples confidence in something when you just change site urls like this (especially something collecting credit card info). Furthermore why can’t we just keep them on site? I honestly think you guys should rewrite this as a proper modal or heck maybe even a sub page that makes use of an API to fetch and update the payment info rather than hosting this directly on your forms.ontraport.com domain. Furthermore, that popup window isn’t responsive on mobile. Opened on my phone to find the forms are incredibly small to the point of not being legible. Also since we’re on forms. The login form just submits directly to wp-login.php . No checks, no error messages, just redirect to wp-login.php. Meaning I need to completely brand this page and people get kicked off of wherever they were. Once again I’d really rethink this and maybe implement some js based calls to check for login errors and the like and show nice error messages in the form you are in rather than just sending them to the WordPress backend login area. But I suppose this brings me to the final point….. why no html overrides? See something like WooCommerce. While not perfect the system uses a set of templates included with the plugin and adds lots of filters/actions to let you gracefully replace little bits as you need to. And if you’re a power user you can actually override the templates altogether in your custom template. This gives power users a lot of needed control over templating and user experience, allowing them to brand these parts of the site to meet the rest of their design standards. Then even the editor pieces for inserting forms/media etc don’t seem to work for me and there are lots and lots of plugin conflicts, with really no room to make them work together since there are almost no filters/actions to hook into. Furthermore, majority of functions are shortcodes so even if you want to do checks in code you need to use the shortcode calls since the developer decided to write the majority of the plugin into one great big file rather than breaking down in a few smaller files each focussed on a particular feature. As it stands Pilot Press just feels kind of below standards vs OntraPort platform itself. The main OntraPort app feels and works great. It feels modern, but the Pilot Press plugin almost feels like a legacy feature that was forgotten rather than the main go to plugin for integrating OntraPort into WordPress. Personally I’d recommend using a different plugin for integrating OntraPort or just directly calling their api yourself rather than trying to use this plugin.

    Read on wp.org ↗
  4. Cyndi
    9.9y ago

    Changing my rating to 5 stars. Frank has been a tremendous help in smoothing the issues and I’m happy! This topic was modified 9 years, 9 months ago by Cyndi.

    Read on wp.org ↗
  5. Guillaume Hamel
    10.4y ago

    Out of all the memory used by the site’s plugins (where this has been installed), this one is eating up over 2/3 of the total. Additionally, since we’ve updated to the latest version, the WYSIWYG post editor isn’t even working… seems to be some kind of javascript conflict (text mode does work). I feel that the codebase could use a lot more optimisation.

    Read on wp.org ↗

Known vulnerabilities

via Wordfence Intelligence

3 disclosed vulnerabilities on record for this plugin, 2 still affect the current version.

  1. 2025-09-22 CVE-2025-58238 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 2.0.36 No patch available
  2. 2025-09-22 CVE-2025-58221 Missing Authorization Affects <= 2.0.36 No patch available
  3. 2024-01-31 CVE-2024-23524 Missing Authorization Affects <= 2.0.30 Patched in 2.0.31

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-06-11 1K+ → 900+ down after 629 days in tier
  2. 2024-09-20 2K+ → 1K+ down after 595 days in tier
  3. 2023-02-03 3K+ → 2K+ down after 1 days in tier
  4. 2023-02-02 2K+ → 3K+ up after 4 days in tier
  5. 2023-01-29 3K+ → 2K+ down after 17 days in tier
  6. 2023-01-12 2K+ → 3K+ up after 1 days in tier
  7. 2023-01-11 3K+ → 2K+ down after 1 days in tier
  8. 2023-01-10 2K+ → 3K+ up after 4 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for PilotPress into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/pilotpress" width="480" height="300" style="border:0" loading="lazy" title="PilotPress — Plugin Pulse"></iframe>
Preview card ↗

PilotPress: 900+ active installs, 2.2★ (5 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/pilotpress