WP Manifestindependent plugin directory
manifest / developer / flipnzee-site-inventory

Flipnzee Site Inventory

WordPress site inventory and analytics plugin for website for sale, AdSense websites, and WordPress sites for sale. Built to help flip websites with public inventory and performance snapshots. Website

by Splendid Digital Solutions · github.com/splendiddigital/flipnzee-site-inventory · website

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/splendiddigital/flipnzee-site-inventory/archive/refs/heads/main.zip

Readme

Flipnzee Site Inventory

A lightweight, extensible WordPress plugin that exposes useful website metadata and content inventory through a standardized, read-only REST API.

Overview

Flipnzee Site Inventory provides a simple way to retrieve information about a WordPress website, including:

  • Site information
  • Content statistics
  • Environment details
  • Publishing activity

Unlike analytics plugins, Flipnzee Site Inventory does not collect visitor data or integrate with third-party analytics services. Its sole purpose is to inventory the contents and environment of a WordPress installation.

Features

Site Information

  • Site Name
  • Site URL
  • Home URL
  • Description
  • Language
  • Timezone

Content Inventory

  • Published Posts
  • Draft Posts
  • Pages
  • Categories
  • Tags
  • Media Library
  • Users
  • Comments

Environment

  • WordPress Version
  • PHP Version
  • Active Theme
  • SSL Status
  • Multisite Status
  • REST API Status

Activity

  • Last Published Post
  • Last Modified Post

REST API

Namespace:

flipnzee/v1

Primary Endpoint:

/wp-json/flipnzee/v1/inventory

Example Response

{
    "site": {},
    "content": {},
    "environment": {},
    "activity": {}
}

Requirements

  • WordPress 6.0+
  • PHP 7.4+

Roadmap

Version 1.0

  • REST API
  • Site Information
  • Content Inventory
  • Environment Details
  • Activity Information

Future Versions

  • WooCommerce Inventory
  • Plugin Inventory
  • Theme Inventory
  • SEO Information
  • Performance Metrics
  • Sitemap Information

Contributing

Contributions, suggestions, and bug reports are welcome.

License

GPL-2.0-or-later

Portfolio Inventory

Display cumulative inventory across multiple WordPress websites.

Shortcode

[flipnzee_portfolio_inventory]

Features

  • Displays connected websites
  • Online and offline status
  • Total posts
  • Total pages
  • Total media
  • Total categories
  • Total users
  • WordPress version
  • PHP version
  • Active theme
  • Last published date

The shortcode aggregates inventory by connecting to the REST endpoint of every website configured in the Portfolio Sites settings.

Read the full README on GitHub →

Releases

TagPublished
v1.2.0 Jul 20, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.