Language: English

  • The unavoidable truth: WordPress is insecure

    WordCamp Asia 2025Speaker: Jonathan Desrosiers

    June 10, 2025 — Every day countless WordPress sites are compromised or hacked. This simple fact has led site owners around the world to ask one question: why is WordPress so insecure? The reality is the exact opposite. With a security team composed of many experts and security researchers constantly working to patch all discovered vulnerabilities, a fresh WordPress site in isolation is incredibly secure. Security is a journey, a process, a practice, and a mindset. The security of a website begins with an authentic copy of the WordPress software and ends wherever you and your team lead it. This session will teach you how to think with a security first mindset, how to write secure code, and how to protect your site against the number one threat: humans.

  • Anatomy of WordPress Bug Scrub : What & How

    WordCamp Asia 2025Speaker: Nazmul Hasan Robin

    June 10, 2025 — Bug scrub is very important for every WordPress release. It helps to sort out tickets and help them to move forward. It helps release squad to move forward with the release planning. Leading a bug scrub is always difficult. It requires mid level knowledge of the core trac. I was struggling to understand core trac at first in my initial contribution days. I was WordPress 6.6 Triage Co-Lead (part of latest WordPress release squad). I feel like it is needed to share knowledge with the new contributors about bug scrub. What is bug scrub and how to lead a bug scrub. Details of each keywords of core t I believe it will help a lot of contributors to understand and contribute more. Even to apply as a Triage lead.

  • Multisite – the hidden champion of large WordPress sites – myths and use cases of WordPress for Ente

    WordCamp Asia 2025Speaker: Robert Windisch

    June 10, 2025 — Multisite as a feature is used only by a few percent of the WordPress ecosystem, but millions of users visit the sites it serves. Hosting settings and plugin optimizations enable the scale to power the most prominent sites, from the White House to universities and global brands. I will show you how the most prominent WordPress hosting companies will serve pages https://blog.adobe.com/ and others. How agencies develop for large sites and how you can use Multisite in the most performant ways.

  • From Legacy to Leading: How Are Media Supercharged Their Publishing with Enterprise WordPress

    WordCamp Asia 2025Speaker: Stéphane Boisvert

    June 10, 2025 — News publishers are navigating a complex digital world where balancing innovation with practical, scalable solutions is key to staying competitive. In this session, we’ll explore how Are Media, one of Australia’s largest publishing groups, partnered with XWP to make strategic business and technical choices by leveraging WordPress to rebuild their digital ecosystem, previously on Umbraco. Join Stéphane Boisvert, XWP CTO, as he takes you behind the scenes of how Are Media transitioned their vast network of legacy sites to a modern, scalable WordPress-based enterprise platform. You’ll discover: The decision-making process behind choosing WordPress for large-scale digital publishing. Key benefits of WordPress that empower editorial teams to create, manage, and syndicate content across multiple brands efficiently. How a centralized design system and enterprise platform enhanced Are Media’s user experience, SEO, and ad performance. Real-world insights on overcoming challenges such as content migration from legacy systems, maintaining brand identity across sites, and ensuring platform scalability for future growth. If you’re looking to learn how WordPress can simplify complex content management, boost efficiency across multiple sites, and provide a scalable foundation for future growth in the enterprise publishing space, this session is for you!

  • How to Grow as a WordPress Developer

    WordCamp Asia 2025Speaker: Olga Gleckler

    June 10, 2025 — Like many self-taught developers, I started out on my own, relying on the examples at hand and Google searches. 12 years later, 8 of which I have been working with WordPress, I want to talk about “How to Grow as a WordPress Developer” to help others avoid the mistakes I made and speed up the process. I believe that contribution is a key component of this growth, and I will show how and why it can be beneficial, as well as discuss other ways to get knowledge and experience needed. I also believe that learning should start with the system architecture and APIs, going deeper when necessary, and I will present my list of things on which WordPress developers can build their own understanding of the system.

    Presentation Slides »

  • Fireside chat with Mary Hubbard and Matt Mullenweg

    WordCamp Europe 2025Speakers: Mary Hubbard, Matt Mullenweg

    June 9, 2025 — Meet Mary Hubbard, the WordPress Executive Director, and Matt Mullenweg, co-founder of the WordPress project, discussing WordPress and its community, followed by an in-person Q&A.

  • WCEU 25: Closing Remarks

    WordCamp Europe 2025Speakers: Laura Sacco, Steve Mosby, Uros Tasic

    June 9, 2025 — WordCamp Europe 2025 Closing Remarks

  • WCEU 25: Opening Remarks

    WordCamp Europe 2025Speakers: Laura Sacco, Steve Mosby, Uros Tasic

    June 9, 2025 — WordCamp Europe 2025 Opening Remarks

  • WordPress gems for devs: Interactivity API

    WordCamp Europe 2025Speaker: Milana Cap

    June 7, 2025 — Drawing inspiration from Symfony’s Live components, this API is built for speed, extensibility, and server-side rendering and is tailored to seamlessly integrate with the WordPress ecosystem. Whether you’re a seasoned developer or a WordPress enthusiast, this talk will empower you to create dynamic, interactive user experiences with ease and clarity. Showcasing fresh new features in real-life examples during a live coding session, who knows what we might end up with by the end of it. But you’ll definitely want to build it yourself.

    Presentation Slides »

  • Building Automated Tests with WordPress Playground

    WordCamp Europe 2025Speaker: Berislav Grgicak

    June 7, 2025 — The goal of this workshop is to show how easy it is to start testing WordPress projects and enable participants to implement tests in their own projects.
    In the workshop we will write integration and end-to-end tests for a typical WordPress plugin.

    We will run tests using WordPress Playground, so they can run inside the WordPress context, each test can run on a differently configured site, and we can test the project using both PHP and HTTP requests.

    To start we will fork a plugin from GitHub and learn how to run it locally using the Playground CLI. After that, we will implement integration and end-to-end tests for our plugin using Playground.

    Once we have all tests working we will add a GitHub action to run these tests on every commit in GitHub.

    Presentation Slides »