by cathal | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Product Meta on the Single Product Page In the Woocommerce Single Product Pages, the categories to which the product belongs are displayed by default under the “Add to cart” button. This can be removed using the woocommerce_template_single_meta...
by cathal | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Adding Custom Currency to WooCommerce In this post you will learn how to add another custom currency and a symbol for same in addition to the many available currencies provided by Woocommerce. Example In the example, the currency “Arrow Design Euro”...
by cathal | Jun 7, 2022 | Tutorials, Wordpress
Wordpress Development – Filters Filters are one of the two types of hooks. With Filters it is possible to change data during the execution of WordPress Core, Plugins and Themes and are therefore the counterpart to Actions. Filters work in isolation and therefore...
by cathal | 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...