Introduction add_filter() and apply_filters() are two WordPress function which are often difficult to understand how these two functions work together. In this blog post, how to…
WordPress Customization
-
- Web TechnologiesWooCommerceWordPressWordPress Customization
How to make a custom column on the Users admin screen sortable?
by LabotreesSometimes, we need to add a new column on the users admin screen sortable. In this blog post you will learn how to add…
- Web TechnologiesWordPressWordPress Customization
How to check the role of Current User ?
by LabotreesWordpress is very good in providing different types functions to check where a property of anything exits or not. From the data provided by…
-
How to add meta box in WordPress? Adding meta box is a very simple task to complete. It includes two hooks, one for displaying…