=== A1 Local Site Health Report Card ===
Contributors: a1local
Donate link: https://a1local.com.au/
Tags: site health, diagnostics, admin tools, report, client report
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create a local-only WordPress site report card from observed admin, server, and configuration facts.

== Description ==

A1 Local Site Health Report Card adds a focused page under Tools that helps administrators copy a plain text or Markdown-style report of observed site facts.

The report currently includes:

* WordPress version.
* PHP version.
* Active theme.
* Active and inactive plugin counts.
* Cached WordPress core update status when known.
* Permalink structure status.
* Search visibility status.
* Home URL and site URL scheme status.
* WP_DEBUG status.
* DISABLE_WP_CRON status.
* WordPress timezone.
* External object cache detection when available.

The plugin does not make remote calls, does not store settings, and does not change site configuration. The core update row reads existing cached WordPress update data only, so it may show "Unknown" when WordPress has not already cached an update result.

This plugin reports observed facts only. It does not guarantee security, performance, SEO, legal, or accessibility outcomes.

== Installation ==

1. Upload the `a1-local-site-health-report-card` folder to `/wp-content/plugins/`.
2. Activate "A1 Local Site Health Report Card" from the Plugins screen.
3. Go to Tools > A1 Local Site Health Report Card.
4. Review the observed facts or copy the generated report.

== Frequently Asked Questions ==

= Does this plugin send my site data anywhere? =

No. A1 Local Site Health Report Card does not make remote calls and does not collect or transmit site data.

= Does this plugin store options or create database tables? =

No. Version 1.0.0 does not store plugin options, create custom tables, or create custom post types.

= Why does core update status say Unknown? =

The plugin reads WordPress' existing cached core update data and does not trigger a fresh update check. If no cached data is available, the report shows Unknown.

= Can this fix the issues it reports? =

No. The plugin is report-only and does not make automatic changes.

== Privacy ==

A1 Local Site Health Report Card runs locally in WordPress admin. It does not set cookies, store personal data, track visitors, or send data to A1 Local or any third party.

== Screenshots ==

1. The Tools page showing observed facts and a copy-friendly report textarea.

== Changelog ==

= 1.0.0 =
* Initial release.
