Site Stats Dashboard is a simple WordPress plugin that displays your website’s statistics in the admin panel. It shows:
The plugin uses the WordPress REST API to provide the statistics and renders the admin dashboard using React via the wp.element package.
ssds/v1/stats) that returns the site statistics.wp.element library) for the admin dashboard interface.This endpoint returns a JSON response with the keys post_count, comment_count, and visit_count.
Note: Access to the REST API endpoint is restricted to users with the manage_options capability (typically administrators).
This plugin is licensed under the GPLv2 or later.
manage_options capability) when accessing the plugin dashboard or the REST API endpoint.