ReePrime
WordFest Live - Sal Ferrarello - Introduction to PHP Namespaces

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

WordFest Live - Sal Ferrarello - Introduction to PHP Namespaces

B
Big Orange Heart

19 Views • Aug 09, 2021

Description

In April 2019, WordPress updated their minimum PHP version from 5.2 to 5.6. This change allows us to use newer PHP features while still supporting the WordPress minimum PHP version. One of the features this makes available to us is PHP namespaces. Namespaces allow our code to peacefully co-exist with other people’s code. We’ll look at how to work with projects that use namespaces and how to use namespaces in our own code.