WP Manifestindependent plugin directory
manifest / integrations / captaincore-reports

CaptainCore Reports

Fetches and displays CaptainCore site and backup reports.

by Matt Ryan, CoPilot Pro · github.com/mattryanco/captaincore-reports

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mattryanco/captaincore-reports/archive/refs/heads/main.zip

Readme

captaincore-reports

=== CaptainCore Reports === Contributors: Matt Ryan Tags: captaincore, reports, backups Requires at least: 5.0 Tested up to: 6.9.1 Stable tag: 0.2.0 License: GPLv2 or later

A WordPress plugin to fetch and display CaptainCore site and backup reports using your CaptainCore API credentials.

== Description ==

  • Enter your CaptainCore API URL, username, and application password in the settings.
  • Lists all sites in your CaptainCore account.
  • For each site, displays backups taken in the current month (production environment).
  • Designed for future integration with MainWP.

== Installation ==

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to CaptainCore Reports in the admin menu to configure and view reports.

== Changelog == = 0.2.0 =

  • Added Site ID dropdowns populated from CaptainCore for relevant endpoint parameters.
  • Parameter values now persist after executing an endpoint.

= 0.1 =

  • Initial release: Sites and backups listing.

Read the full README on GitHub →