By following the tips in this article, you will be well on your way to protecting your site from attacks and keeping your data safe. So what are you waiting for? Start securing your WordPress website today!
Author: M. Hamza Mehmood
My name is Muhammad Hamza Mehmood, a Saudi-born tech geek.
I am a professional full-stack Web Developer.
I love to share knowledge with others. I am quite a busy person, so whenever I get time I used to write articles with the faith that they will help other developers.
If you have any queries just send me a message via the contact form and I will try to solve them as soon as possible.
Do you want to request a topic? please click here.
Thank You for reading my articles.
Have a happy development.
Good Luck!

The bootstrap carousel doesn’t come with the swipe by default, this feature is not so good for mobile users. You can achieve a swipe by adding a trick that will hook in the swipe feature in the bootstrap carousel.

Creating mobile first website? one of the gestures you can add is to create a pull-to-refresh effect on the website when opened in mobile.

Scaling up or down a text in a div. In this article, we will see how to create responsive text in a div using the fitty.js library.

Sometimes we have to execute the logic in the application based on the device type, device orientation (portrait/landscape), or operating systems.

In this article, we will see how to redirect a post having a “Draft” status. We will cover both redirections to the home or any other page.

We can get the current page URL using WordPress hooks. In this article, we will see how to get the current page URL in WordPress.

If we are creating a PHP app installer where we want to create and execute the SQL file with a single click.