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 […]
5-minute exercise routine to promote a sharp mind
Box Breathing (1 minute): Sit comfortably and close your eyes. Inhale deeply through your nose for a count of four. Hold your breath for a count of four. Exhale slowly through your mouth for a count of four. Hold your breath for a count of four. Repeat this box breathing pattern for one minute, focusing […]
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
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 […]
List of parameters that can be pass through wp_query constructor to create a new query object in wordpress
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 […]
How to Install and Setup WordPress Multisite Network
You need to add the following code to your wp-config.php file just before the /* That’s all, stop editing! Happy blogging. */ line. Go inside tool and click on Network setup menu. At there you will get some code for update wp-config and .htaccess Remove below code from config Login again and create sub sites
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 […]
Change block icon and filtering keyword in Gutenberg blocks
dummy-blocks.php index.js