Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
May 2020
May 01 Fri · 19:02
Forums med
Posted a reply to Disable responsive version, on the site WordPress.org Forums:
Sorry, add return $loc; after $loc['actions']['load_mobile_action'] = 'no-mob-ver';
April 2020
Apr 30 Thu · 22:19
Forums med
Posted a reply to Disable responsive version, on the site WordPress.org Forums:
Meanwhile you can go with add_filter( 'yith_wcwl_is_wishlist_responsive', '__return_false' ); add_filter( 'yith_wcwl_localize_script', function($loc) { $loc['actions']['load_mobile_action'] =…