A WordPress plugin that adds its data to the database should clean it up after the user deletes it. To do this, the engine has a simple and convenient tool – the uninstall.php file. Let’s analyze what it can do and how it can be used by a WordPress developer. How uninstall.php works in WordPress… Continue reading What is the uninstall.php file in WordPress
Tag: file
admin-ajax.php file and server load
We often receive letters to the editorial office asking us to deal with the load on the WordPress site, and in many cases, this is due to the admin-ajax.php file. In this article, we will tell you what this file is responsible for and how to deal with its load on the server. AJAX requests… Continue reading admin-ajax.php file and server load