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
July 2018
Jul 24 Tue · 04:55
Forums med
Created a topic, Perfect ! Give you 5 stars, on the site WordPress.org Forums:
It's very very easy to install and setup. Works very w…
October 2017
Oct 21 Sat · 13:46
Oct 21 Sat · 01:57
Forums med
Posted a reply to Action hook not working after update ‘woocommerce_product_thumbnails’, on the site WordPress.org Forums:
try this instead. function skyverge_add_below_featured_image() { echo '<h4 style="text-align:center;margin-top:10px;">Click to Enlarge</h4>'; } add_action( 'woocommerce_before_single_product_summary' ,…
Oct 21 Sat · 01:56
Forums med
Posted a reply to Action Hook Does Not Function Correctly, on the site WordPress.org Forums:
try this instead. add_action( 'woocommerce_before_single_product_summary', 'yourfuction', 21 );