Jeremy Felt
Jeremy Felt
This would be a wonderful improvement. - What does it take to build a GUI? Is it tough to do cross-platform (Is Adobe Air still a thing) or would it...
http://vagrantmanager.com/ looks like an interesting possibility for at least managing the state of the VM.
It's likely this is due to how rewrite rules and plugin activation are handled in multisite. FWIW, it's a complete pain to flush/regenerate rewrite rules or do anything on each...
Thanks @DamChtlv - I'm hoping to take a look at this soon. We've had a wild couple months. :)
I've found https://github.com/iandunn/wp-cli-plugin-active-on-sites useful when needing to check a plugin's status across 1700 sites. I'm not sure if that solves all of the needs listed above, but it may be...
> I think we should consider renaming the site_id property to network_id and blog_id to id (since this endpoint is already in the site scope). Definitely. This gives us a...
> I'm a bit confused by the name /site/ for that endpoint, since when we talk about sites in WordPress, we usually mean sites of a network (multisite). I started...
Hmm, I like how that looks. This could become `wp.org/wp-json/wp/v2/sites/45/settings/` when requested from a central endpoint and that still flows/makes sense.
I guess `wp-json/wp/v2/sites/45/` would help direct you to that site's `/settings/` endpoint, so that's probably sufficient. I was thinking about looping through a collection of sites, but using a central...
Hi @JJJ - I'm also interested in the repeat functionality. After browsing through the code a bit today, it appears to not be connected yet. I'm wondering if you had...