

Mastering WordPress Development: Insights from Milana Cap on WP-CLI, Interactivity API, and More
9 snips Mar 28, 2025
Milana Topp, a WordPress contributor and engineer known for her dynamic workshops, dives into the world of advanced WordPress topics. She discusses the power of WP-CLI, sharing tips to ease the transition from GUI to command line. Milana also sheds light on the Interactivity API's potential to enhance block development and emphasizes the importance of clear documentation in navigating WordPress. With her unique perspective, she encourages incremental learning and adapting to the evolving block editor landscape.
AI Snips
Chapters
Transcript
Episode notes
Live Coding Talks
- Milana Topp began giving talks in 2017 and chose to write code live rather than just show prepared code.
- This approach differentiates her and showcases authentic coding during presentations.
Start Small with WP-CLI
- Do not fear the command line; use the '--help' flag often to understand commands.
- Start with harmless commands that only list data to gain confidence safely.
Combine Commands for Efficiency
- Combine multiple WP-CLI commands to automate complex tasks efficiently.
- Using loops with command lists can empower you to perform bulk operations like updating many posts.