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 2019
Dec 30 Mon · 05:50
Forums med
Posted a reply to Nonce invalid, on the site WordPress.org Forums:
Thank you @bcworkz :) .
Dec 28 Sat · 05:43
Forums med
Posted a reply to Nonce invalid, on the site WordPress.org Forums:
Oh damn, So my actual use case is creating an api inside a wordpress plugin…
Dec 27 Fri · 16:22
Forums med
Posted a reply to Nonce invalid, on the site WordPress.org Forums:
@bcworkz Thanks for confirming. Creating nonce and registering rest routes add_action('admin_enqueue_scripts','addScripts'); function addScripts() { wp_enqueue_script('axios',…
Dec 27 Fri · 07:27
Forums med
Posted a reply to Nonce invalid, on the site WordPress.org Forums:
Cool, I understand that. So the nonce created in the server A is sent to…
Dec 27 Fri · 03:15
Forums med
Posted a reply to Nonce invalid, on the site WordPress.org Forums:
Thanks for you replay Joy, But i'm doing the same you suggested but it still…
Dec 26 Thu · 10:18
Forums med
Posted a reply to Security: Do we still need Nonces when building APIs?, on the site WordPress.org Forums:
Will the nonce work when a rest api registered inside a wordpress plugin is called…
Dec 26 Thu · 10:15
Forums med
Created a topic, Nonce invalid, on the site WordPress.org Forums:
I'm creating a wordpress plugin where i'm registering …