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 2023
Sep 15 Fri · 07:59
Forums med
Posted a reply to Course list edit, on the site WordPress.org Forums:
Can i receive that kind of support from your side?
Sep 14 Thu · 07:39
Forums med
Posted a reply to Course list edit, on the site WordPress.org Forums:
Dear @largbasket Thank you for your reply, please help me understand better how to use…
Sep 12 Tue · 16:04
Forums med
Created a topic, Course list edit, on the site WordPress.org Forums:
Hello, I was watching the documentation before posting…
February 2021
Feb 08 Mon · 14:37
Forums med
Posted a reply to cf7 tel input first digit, on the site WordPress.org Forums:
^([3])?[0-9]{8,9}$ ?
Feb 08 Mon · 14:26
Forums med
Posted a reply to cf7 tel input first digit, on the site WordPress.org Forums:
function custom_filter_wpcf7_is_tel( $result, $tel ) { $result = preg_match( ^3[0-9]{9,10}$, $tel ); return $result; }…
Feb 08 Mon · 12:34
Forums med
Created a topic, cf7 tel input first digit, on the site WordPress.org Forums:
hey, i'm trying to figure out how to do a phone verifi…