This post was last updated on January 26th, 2017 at 09:16 am
This post was last updated on April 22nd, 2017 at 11:55 am
Initially, you might have thought that you can add 50 variations to products in WooCommerce. This is not true, you certainly can have way more variations than that. The important part is “max 50 per run” (by default,
This post was last updated on January 15th, 2017 at 04:50 pm
In this article, I will show you how you can utilize the wp_nav_menu_items
hook to work with a specific menu item of a specific WordPress menu. You need to have a custom menu enabled in your
This post was last updated on January 6th, 2017 at 07:16 pm
add_filter( string $tag, callable $function_to_add, int $priority = 10, int $accepted_args = 1 )
“add_filter” is defined as a function that takes in some kind of input, modifies it, and then returns it.—for example, you might want to