Skip to content

PHP Function

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
Publish date
September 21, 2021
Topic
Learn PHP
Topic
PHP Function

All Articles

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
Publish date
July 27, 2020
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
Publish date
May 27, 2020
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
Publish date
October 11, 2019
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
Publish date
August 17, 2015
Topic
PHP Function
Topic
WordPress Development