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
December 2021
Dec 10 Fri · 04:42
Forums med
Created a topic, Frontend redirect, on the site WordPress.org Forums:
Hello, How to redirect to my custom edit page? On f…
July 2021
Jul 02 Fri · 11:22
Forums med
Posted a reply to Draft and Pending buttons, on the site WordPress.org Forums:
actually I have found solution after many tries. $('#draft').click(function(){ $("form").attr('novalidate', 'novalidate'); }); with acf_reset_validation_errors(); Thank…
Jul 02 Fri · 07:24
Forums med
Posted a reply to Draft and Pending buttons, on the site WordPress.org Forums:
Can you please show example of code how to bypass required fields on frontend form?…
Jul 01 Thu · 11:45
Forums med
Posted a reply to Draft and Pending buttons, on the site WordPress.org Forums:
Thank you for response! This method work perfectly, but how disable validation errors on Draft…
June 2021
Jun 30 Wed · 09:43
Forums med
Created a topic, Draft and Pending buttons, on the site WordPress.org Forums:
It is possible to create two buttons with different po…