Steps to automatic update logs in Wordpress Toolkit

kumkumsharma

Administrator
Staff member
We can easily check the automatic updates in Wordpress with the help of action logs. Action logs gives all the details regarding Toolkit and how it manages Wordpress automatic updates.

Here you can check the action logs:

Code:
/home/username/logs/wpt_action_logs/
With these logs you can check about Wordpress themes and plugins update. You can check core Wordpress update with below command:

Code:
Grep -i core /home/cpanelusername/logs/wpt_action_logs/action_log__exampledomain.tld__9d5588b1-d09c-485f-b37d-6f9338b30892.log
 
Top