WordPress Hooks, Actions, and Filters

WordPress plugins and themes interact with core code using WordPress hooks. There are two different types of hooks. Actions: These are used to add or change WordPress functionality. Filters: These are used to alter the functionality of actions. If you’re going to start coding your own plugins, You should familiarize…

Continue Reading...

How to Remove Product Tabs in WooCommerce

Sometimes you don’t need product tabs in WooCommerce. Sometimes to design and increase the user experience you have to know how to remove product tabs in WooCommerce on the WordPress website. To remove product tabs, follow the below steps. WooCommerce default product tabs are “Description”, “Aditional Information” and “Reviews” tabs….

Continue Reading...

How to Enable Debugging in WordPress

The first thing you should do when developing a WordPress plugin or theme is to enable debugging mode in WordPress. Debugging PHP code is part of any project, and WordPress is not exceptional. If your code or other codes have something wrong, WordPress raises warnings and error messages. If you…

Continue Reading...

How to use jquery in WordPress?

WordPress is old enough, yet the method of adding scripts properly to themes and plugins still remains a mystery for many developers. Using JQuery in WordPress is not exceptional. jQuery is a fast, small, and feature-rich JavaScript library for creating unique, dynamic, and engaging websites. This library is one of…

Continue Reading...