How to Register Meta Fields in Gutenberg

How to Register Meta Fields in Gutenberg

Pre-requisites WordPress Plugin Development PhP JS/ReactJS Hands on experience in Gutenberg block development Example Scenario Consider a scenario where a client asks you to develop a functionality. The functinoality includes showing a sub-title of the given page. The...
WordPress REST API Security: Auth Methods

WordPress REST API Security: Auth Methods

Contents Application Password JWT Authentication WordPress gives you REST APIs endpoints by default. Hence, it is obvious & crucial to secure your endpoints from external attacks. Many of the endpoints like /users can contain sensitive information. Giving...