Inheriting a site is the same problem every time: nobody wrote anything down, the last person is gone, and you do not know what is installed, who can still log in, or how the content is put together. Before you change a single thing, you want the lay of the land.
The whole-site content audit recipe hands you counts. This one goes a layer deeper into the things that actually bite you on a handover: who holds an account, what is running under the hood, and how the content is shaped. It is still entirely read-only.
Give me a takeover briefing on this WordPress site. Read only, changenothing. Start with the basics: site name, tagline, URL, and language.Then go deeper than a content count. List the user accounts with theirroles and call out anyone who holds an administrator role. List theinstalled plugins with versions and whether each is active, and theactive theme with its parent and whether it is a block theme. List thepublic post types and taxonomies, and note which post types you areallowed to write to. Finish with the counts: posts and pages by status,and the media library by file type. Put a short "what stands out"summary at the very top, anything that looks risky or neglected on asite I just took over.Why this is safe to run
Every ability behind this prompt is a read. Nothing in the set can create, edit, or delete, so the worst case on an unfamiliar site is that a section you do not have the capability for comes back empty.
That empty case is worth understanding rather than fearing. Listing plugins, users, and the theme each sits behind a higher capability than a plain content read, so the reach of this briefing tells you exactly what the agent user can and cannot see. The post-type list carries a writable flag per type, so this one answer also shows you where the agent could write later if you decided to allow it. And because it is all reads, you can run it before you trust the site enough to turn on a single write.
Already connected? You do not have to paste this. Ask your agent for the “audit an inherited site” recipe, or just tell it you took over an unfamiliar install and want the full picture, and it runs the same reads on your own site.