The best way to speed up your WooCommerce Search Plugin is to remove as many non-relevant products from the CMS as possible however, if you have done this then you…
In order to diagnose slow SQL Queries on your WordPress site you can either print out the queries on a page by page basis (by altering some code in your…
In WordPress a Category is part of a wider system of Taxonomies. A taxonomy is simply 'a way to group various similar objects or items'. I say this because understanding…
Depending on your coding scenario there are a few different ways to get orders by meta data including, wc_get_orders() function using WordPress's WP_Query class or by using WordPress's native class…