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 2020
Sep 28 Mon · 13:34
Forums med
Posted a reply to Public Pro JS, on the site WordPress.org Forums:
Sounds good, that is the route I'm taking for the homepage. Thanks again!
Sep 28 Mon · 12:49
Forums med
Posted a reply to Public Pro JS, on the site WordPress.org Forums:
Also, thanks for the work you guys put in on this plugin and your attention…
Sep 28 Mon · 12:47
Forums med
Posted a reply to Public Pro JS, on the site WordPress.org Forums:
I am calling those directly from the WPRM_Recipe_Manager class WPRM_Recipe_Manager::get_recipe_ids_from_post(); and $recipe = WPRM_Recipe_Manager::get_recipe($recipeId); but…
Sep 27 Sun · 20:11
Forums med
Posted a reply to Public Pro JS, on the site WordPress.org Forums:
I have it set to only load assets when needed. I do have post previews…
Sep 27 Sun · 19:49
Forums med
Created a topic, Public Pro JS, on the site WordPress.org Forums:
I'm tuning my site speed, and I noticed some larger JS…
August 2020
Aug 31 Mon · 21:48
Forums med
Posted a reply to REST API default permissions, on the site WordPress.org Forums:
Ok... that makes sense, thank you for the quick reply.
Aug 31 Mon · 17:21
Forums med
Created a topic, REST API default permissions, on the site WordPress.org Forums:
Hi, I am building some features on my site that use th…
Aug 10 Mon · 15:47
Forums med
Posted a reply to Retrieve token for frontend, on the site WordPress.org Forums:
I used the auth0_authorize_url_params filter to add the audience param to the request and then…
Aug 10 Mon · 14:16
Forums med
Posted a reply to Retrieve token for frontend, on the site WordPress.org Forums:
I think this may be in the spirit of https://github.com/auth0/wp-auth0/issues/797 as well.
Aug 10 Mon · 03:40
Forums med
Created a topic, Retrieve token for frontend, on the site WordPress.org Forums:
Hi, I am building a service that will be secured using…