How to use add_filter and apply_filters in WooCommerce

How to use add_filter and apply_filters in WooCommerce

Filters in WordPress allow you to alter content without directly altering core WordPress files, they also allow you to alter dynamically generated content before it is shown to users. As WooCommerce is built on top of WordPress filters are used extensively, and if you want to learn how to modify WooCommerce you’ll need to build … Read more

The Ultimate Guide to Creating a Storefront Child Theme

What are the Benefits of Creating a Storefront Child Theme Let’s imagine that you want to make a change to your WooCommerce store, if the change can’t be made via options available in the WordPress/WooCommerce admin, then you’ll need to write/alter some code orĀ  CSS files. If you’ve done any coding in the past your … Read more