Remember This When Creating Dynamic Nonces for WordPress REST API

Dear Donny,One little tip for your future self if you’re creating a nonce dynamically for REST API requests with WordPress and its REST API: always use the correct action string — ‘wp_rest‘ — when generating the nonce. Which means, you would generate your nonce using: Security is the most single important detail, this detail is where the API … Read more

How to Prevent Spammy Comments in WordPress

Dear Donny,If you read this, it means you know how to prevent spammy comments in your WordPress website. Here’s how. The very first time you started a WordPress blog, you were so happy that someone put comments in the comment box. It has been long time ago. Do you remember the old days, comments are … Read more