The Power of WP Search-Replace: Exploring the [–all-tables] Option

WordPress is a powerful and widely used content management system (CMS) that allows users to create and manage websites with ease. One of the most useful features of WordPress is its ability to perform search and replace operations on the database. The WP Search-Replace tool is a popular plugin that enables website owners to make […]

simple eye exercise

Warm-up: Rub your palms together vigorously until they feel warm. Then place your warm palms over your closed eyes. Feel the warmth and relax for a few seconds. Eye rolling: Open your eyes and look straight ahead. Slowly roll your eyes in a clockwise direction, making a full circle. Then reverse the direction and roll […]

How to connect Bitbucket and WP Engine?

Create a Bitbucket Repository: If you don’t already have a Bitbucket repository for your WordPress project, create one by logging in to your Bitbucket account and selecting “Create repository.” Provide the necessary details and initialize it with your project code. Generate API Key in WP Engine: Log in to your WP Engine account and navigate […]

Mastering Debugging in WordPress: A Comprehensive Guide

Mastering Debugging in WordPress: A Comprehensive Guide

Debugging is a crucial skill for any WordPress developer or website owner. It helps identify and resolve issues that may be affecting the functionality, performance, or security of your WordPress website. In this article, we will delve into the world of debugging in WordPress, exploring various techniques, tools, and best practices to effectively troubleshoot and […]

create plugin by wordpress cli

By using scaffold command we can create plugin and custom post type For plugin command is following if you want to skip test then following command Activate plugin by cli without going to dashboard For custom post type command is following If want to put code inside theme If want to put code inside plugin […]

Add Bearer Authentication in swagger plugin

Add Bearer Authentication in swagger plugin

We can add swagger by plugin https://wordpress.org/plugins/wp-api-swaggerui/ . As now a days hacking of api is very popular so reduce it we can use JWT Plugin for it . After implemented jwt for api no api is available without token . We can get token by route wp-json/jwt-auth/v1/token. But in swagger how can we add […]