PHP Function
PHP 8.4: Here’s what’s new and improved
If it's fall, it's time for a new release of PHP. Here are the highlights of what's new for you in PHP version 8.4.
All Articles
How to install PHP dependencies and extensions with Docker
Simplify your development workflow by learning how to install PHP dependencies and extensions within Docker containers.
Object-oriented programming in PHP: transforming WordPress development
Discover how object-oriented programming in PHP revolutionizes WordPress development. Master OOP techniques to enhance your projects.
Installing setup data for a WordPress plugin
This guide explains how to install initial data, and keep adding new data with further updates, in our WordPress plugins.
The Ultimate Guide for Transpiling PHP Code
Tired of working with multiple PHP versions? Learn how to write source code with PHP 8.0, and transpile it to previous PHP versions.
The Ultimate Guide to WordPress User Roles and Capabilities
Explore WordPress user roles and capabilities in depth. Learn how to edit and create custom user roles & capabilities with plugins or code.
The WordPress Hooks Bootcamp: How to Use Actions, Filters, and Custom Hooks
Learn WordPress Hooks. Master Actions, Filters, and Custom Hooks by creating your own extensible plugin. Level up your WordPress dev skills now!
WordPress get_posts: How to Use This Useful PHP Function to Build Lists of Posts
Need to create lists of posts, pages, or custom post types? Learn how to do it with the WordPress get_posts function in this extended tutorial!
wp_enqueue_scripts – How to Enqueue Your Assets in WordPress
Use wp_enqueue_scripts in WordPress to add your Javascript and CSS assets to your site while managing their dependencies in a modular way.