Tag: oop

WordPress

How to Create a Custom WordPress Metabox with OOP

WordPress Metabox is an additional content that can be added for any post type (post, page or custom). Every metabox can be used to display some information or to enable the user to insert additional information. In this tutorial we will learn how to easily create additional metaboxes using object oriented programming (OOP).

Read More

Custom WordPress Post Status
WordPress

How to Create Custom WordPress Post Statuses

Custom WordPress post statuses are useful when creating different custom post types and their statuses. One of the best example on how to use them is WooCommerce and the order statuses. In this tutorial we will create a simple class that will handle creating custom post statuses with ease.

Read More