會員
john-smith
會員
30
Points
-
john-smith 發表了更新 3 週 前
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 )...