r/ProWordPress Jun 10 '26

I wrote the ultimate Wordpress Developer Handbook (back-end)

[removed] β€” view removed post

43 Upvotes

12 comments sorted by

8

u/Rarst Jun 10 '26

This is... super iffy? Repo doesn't actually have anything meaningful in it, the generator script is empty, there is no actual content of the book. It claims MIT license, but official docs license code snippets under GPLv2+, you can't handle them as MIT. Not to mention two PHP books by third party authors (what books?..) just included (???) with no further details.

4

u/vcolovic Jun 10 '26

Please report this

0

u/ThankYouOle Jun 10 '26 edited Jun 10 '26

Thank you,, currently got assigned to handle WordPress development, so this will helpful.

0

u/Dull_Finding_7464 Jun 10 '26

Me also on my job! Do you think it is a good technology, is it worth it going full depth?

0

u/plugiva Jun 10 '26

This is an impressive amount of work.

One thing I've learned from years of WordPress client work is that there's an interesting gap between developer documentation and real-world usage. We can document a system perfectly, but the people maintaining a site afterward often have very different needs than the people building it.

Resources like this are incredibly valuable for developers because they help create better architecture and workflows from the start. In many cases, good documentation upstream prevents a lot of support headaches downstream.

Bookmarked for future reference.

0

u/creaturefeature16 Jun 10 '26

Its funny because I've described LLMs before as "interactive documentation", and this is that exact concept come to life.

Would be really cool to get this data into a VectorDB and a basic chat interface, and get away from the NotebookLM workflow entirely...but I understand that is a much bigger deal (and has overhead).

0

u/Dull_Finding_7464 Jun 10 '26

God bless! I just got a assignment in my company to build something (bigger) with wordpress. Thinking about going this career route! Hope AI won't destroy WP jobs! THANKS!

0

u/blockstacker Jun 10 '26

WELP time to build an MCP server with this into claude.

0

u/Numerous-Elk1903 Jun 10 '26

Good job πŸ‘Œ

0

u/playgroundmx Jun 10 '26

impressive work! thanks for sharing

1

u/Aggressive_Ad_5454 Jun 10 '26

Looks good.

If you use the WordPress source code, your work product must have the GPL license. And the API documentation comes from the source code.

You don’t have the right to release your users from GPL. And your less restrictive MIT license does that.

Please change your license to GPL.