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
September 2024
Sep 25 Wed · 13:02
Forums med
Created a topic, Subject: Changing the Hook for Displaying Inputs Below Product Variations, on the site WordPress.org Forums:
I have attempted to move them using hooks, but I am un…
June 2022
Jun 27 Mon · 08:29
Forums med
Posted a reply to ADD TAG ORDER, on the site WordPress.org Forums:
yes I checked but the code I wrote did not work, my skills did not…
Jun 27 Mon · 07:04
Forums med
Posted a reply to ADD TAG ORDER, on the site WordPress.org Forums:
Hi, I've already tried to find a solution myself and insert code. But I wasn't…
Jun 21 Tue · 08:46
Forums med
Created a topic, ADD TAG ORDER, on the site WordPress.org Forums:
Hi I'm trying to add the order tags with which my orde…
April 2022
Apr 01 Fri · 16:19
Forums med
Posted a reply to Add Custom Macro, on the site WordPress.org Forums:
ok, perfect I managed to get the result. Thanks millet
Apr 01 Fri · 10:13
Forums med
Posted a reply to Add Custom Macro, on the site WordPress.org Forums:
Sure, here it is. I also divided the brackets for the wordpress forum. But when…
March 2022
Mar 31 Thu · 07:38
Forums med
Posted a reply to Add Custom Macro, on the site WordPress.org Forums:
No this didn't work, as no number is displayed, but the code { { {remaining-qty}…
Mar 30 Wed · 15:27
Forums med
Posted a reply to Add Custom Macro, on the site WordPress.org Forums:
I followed the procedure, and I inserted in the default folder both a prova.row and…
Mar 30 Wed · 07:45
Forums med
Posted a reply to Add Custom Macro, on the site WordPress.org Forums:
add_filter( "puiw_get_default_dynamic_params", function ($stock, $optm){ $stock["stock-quantity"] = ''; return $stock; }, 10, 2); it should…
Mar 29 Tue · 09:26
Forums med
Created a topic, Add Custom Macro, on the site WordPress.org Forums:
hi, I tried to insert the quantity of stock of the pro…