Remove the action hook or filter hook assigned in the class

As shared in the previous article, you can remove an existing action or filter with the remove_action() or remove_filter() function. For example below A certain plugin assigns action and filter…

Importance of SQL for a Tester

For a Tester, the requirement of expertise in SQL depends on each different project. If your project is about data warehouse, the majority of testing is focused on data accuracy,…

Hide Woocommerce shipping method depending on setting condition

Recently, I received a request from a customer to set up the mode Free delivery on Woocommerce for a new promotion campaign lasting 1 week. After that, the free shipping…

Display Custom Post Type in WordPress search results page

When using WordPress, it can be challenging to display Custom Post Types in the search results page. By default, WordPress only displays posts and pages in its search results, leaving…

Set up the product brand feature for Woocoommece

WooCommerce, a popular e-commerce platform, has some limitations when it comes to product branding. Unfortunately, it does not offer built-in support for product branding, which can be a drawback for…