WooCommerce API customizations
This code snippet will add a metadata field to the order json object returned by the WooCommerce API
This code snippet will add a metadata field to the order json object returned by the WooCommerce API
You can find the HTML code with your custom gTag ID in your Google Analytics account settings. You can copy ...
This is a handy trick when debugging a complex piece of code. It allows you to see all the active ...
To install a custom font directly in your theme create a fonts directory under your active theme directory and upload ...
This code snippet add a tab to the WordPress Dashboard as seen below
Adding a page redirect through a code snippet. If the page name matches the string give the page is redirected ...
The metaboxes can be added to a custom post type, or a user profile in the Admin view. The code ...
You can create a custom post type with just these simple lines of code. This code snippet can be placed ...
Creating a plugin in WordPress is very simple. Step 1 – Create a directory in the wp-content/plugins directory (Ex. MyFirstPlugin) ...