How to Disable or Limit the WordPress Heartbeat API

HeartBeat API is a feature that allows web browsers communicate with servers. This communication between the browser and server happens via Ajax every 15 – 60 seconds. The WordPress Heartbeat API is a great feature that provides real-time communication between … Read More

How to Disable File Editing in the Admin Area of WordPress

WordPress provides file editing capabilities in two specific locations. One is through Appearance » Editor and other is through Plugins » Editor. Using this feature you can edit Theme and Plugin files from the comfort of your WordPress dashboard. Having … Read More

How to install PHP code in your WordPress website

The most common way to add PHP code to WordPress is via Functions.php file. To edit Functions.php file you need FTP access. If you make a mistake while adding PHP code to Functions.php file, your website will stop working. If … Read More

How to Find Your WordPress Page ID and Post ID

For some reasons, if you want to find out the WordPress Page ID or Post ID, then this post is for you. Page and post IDs are required both when you’re using plugins and working with code. However, WordPress doesn’t … Read More

How to Set Up Error Logs in WordPress

If your WordPress website works as expected you’ll be happy. But what happens if it doesn’t work as expected? How will you identify the problems and fix it? Here comes WordPress debug mode. Once you enable the debug mode and … Read More

Limit Login Attempts on your WordPress Website

If you have a WordPress website then most likely you’re receiving thousands of malicious attack on your website per month. Most common form of attack every WordPress website receive is the – Brute Force Attack. By default, WordPress allows users … Read More