DEV Community

Dave Mackey
Dave Mackey

Posted on

2 1

Find WordPress Function Declarations

Early stages Python script that reads in a WP core file and creates a list of functions declared within the file.

Eventual goal is that this would be able to parse all of WP core and that it would leave off function and just provide the declaration.

developer.wordpress.org/reference, unfortunately only shows 49 pages of results for functions, so if there are more results, you don't get to see them. No easy way to browse all functions.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay