by michelle | Jun 7, 2022 | Tutorials, Wordpress
Wordpress Development – Hooks Hooks are used to modify or interact with code at a certain predefined point. Hooks are the basis for how WordPress themes and plugins interact with the WordPress core and they are also used by the core itself. There are already...
by michelle | Jun 6, 2022 | Tutorials, Woocommerce, Wordpress
Top 68 Woocommerce Code Hooks and Filters In this article, you will get to know some hooks and filters for Woocommerce with which you can change and improve your theme. Just copy the code snippets to the functions.php file of your active theme. WooCommerce support...
by michelle | May 30, 2022 | Tutorials, Woocommerce, Wordpress
Add a Custom Checkout Field in Woocommerce In this blog post you will learn how to add a custom field that is not part of billing and shipping to your Woocommerce checkout page. In our example we add a PO Number above the Notes field. Step 1: Add a New Field to...
by michelle | May 25, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Account Page Hooks Guide In this article you will find a visual hook guide for the Woocommerce Account Pages. There are several pages like the Login/Register page, the Downloads page or the Orders page. This should help you to quickly and easily find the...
by michelle | May 23, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Single Product Page Hook Guide In this article you will find a visual hook guide for the Woocommerce Single Product Page. This should help you to quickly and easily find the hook positions on the page. With the hooks, you can then overwrite your...
by michelle | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce PHP – Product Categories by Product ID In this tutorial you will learn how to check if a product is assigned to a tag, a category or a custom taxonomy. You can check if a product is inside a “loop”, for example the shop page, or you can also...