by Shashi Dhar Kumar | Jul 20, 2015 | Open-Source, Programming, Woo-commerce, WordPress
What are hooks? Hooks are helpful in WordPress which allow you to manipulate code without editing core files. It is used extensively used throughout WordPress and WooCommerce by developers. Two types of hook: actions and filters. Action Hooks allow you to insert...