Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jidaikobo-shibata/furui/archive/refs/heads/main.zipChange detection of files in the WordPress directory.
Description
This plugin periodically scans the WordPress installation directory. Monitor file increasing and changes, and notify administrators by email if necessary.
It does not keep track of changes in files. It checks for modified date and file increasing.
You can set the level of notification.
Confirmation Required behavior
- Modifying index.php, wp-config.php and .htaccess in document root
- Increase of files/folders in document root
- Adding the executable file at a different time when WordPress added the file
- Executable file changes made at different times when WordPress updated the file
Possibility ordinary behavior
- Addition of the executable file at the same time WordPress added the file
- Executable file changes made at the same time when WordPress updates the file
- Increasing and changing non-executable files such as images or so
With 'Ignore path that specified strings included', you can exclude file paths that contain the specified string from targets. Please note that it will be judged by partial match, so if you specify a character such as 'wp', it will almost not be detected.
'Check frequency' can be set to 'daily', 'twicedaily', or 'hourly'. The default is 'twicedaily'.
Installation
-
Upload the plugin files to the
/wp-content/plugins/furuidirectory, or install the plugin through the WordPress plugins screen directly. -
Activate the plugin through the 'Plugins' screen in WordPress
-
Use the Settings -> Furui screen to configure the plugin
Screenshots
not yet.
Changelog
1.0.0
first release
Upgrade Notice
not yet.
Frequently Asked Questions
not yet.