Skip to content

PHP Function

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.
Reading time
12 min read
Updated date
March 26, 2024
Topic
PHP Frameworks
Topic
PHP Function
Topic
PHP Updates
Topic
WordPress Performance
Topic
WordPress Plugins
Topic
WordPress Themes

All Articles

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.
Reading time
11 min read
Updated date
March 19, 2024
Topic
PHP Function
Topic
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.
Reading time
24 min read
Updated date
January 24, 2023
Topic
Learn PHP
Topic
PHP Function

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.
Reading time
63 min read
Updated date
December 1, 2023
Topic
PHP Function
Topic
WordPress Development

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!
Reading time
63 min read
Updated date
September 18, 2023
Topic
PHP Function
Topic
WordPress Development

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!
Reading time
17 min read
Updated date
December 15, 2022
Topic
Learn PHP
Topic
PHP Function

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.
Reading time
5 min read
Updated date
November 24, 2022
Topic
PHP Function
Topic
WordPress Development