Membre
john-smith
Membre
30
Points
-
john-smith a publié un message Il y a 3 semaines
How can I modify the
yith_wcan_terms_on_first_loading
filter hook in the free YITH plugin from the WordPress repository to change its value?I am trying to set the value to
20
using the following code:add_filter( 'yith_wcan_terms_on_first_loading', function( $number )...