wp-cli / handbook

📖 Complete documentation for WP-CLI

Home Page:https://make.wordpress.org/cli/handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with commands documentation

ajitbohra opened this issue · comments

Thanks @ajitbohra .

Currently working through the DevHub code to debug.

The issue of post duplication is due to the fact that CPT slugs share a namespace with other CPTs, and we hit this with commands like embed. The entire synchronization mechanism is built around the URL, and the embed command that has conflict with some other post on the site is created under the slug embed-2. This causes every request to detect the entry as an existing parent to fail and parents are re-created all the time.

Duplicate post issue is fixed. still, descriptions are empty & command content pages are blank.
no_descriptions
no_content

All commands should be available again.