If you are on the following versions or newer then your website will have access to a great new security feature that will disable the direct editing of your wallet through WordPress admin page.
HD Wallet Version 2.1.5+
Ethereum Version 2.3.5+
Vertcoin Version 2.1.5+
Solana Version 2.1.5+
Why should I use it?
Great question! This feature itself will disable the ability to directly access the Wallet settings page and modify it making your site a tiny bit more secure.
How do I use this?
In order to enable this we'll need to navigate to your wp-config.php and add a new line to this file. This is your main configuration file for WordPress and is located in the root folder of your WordPress installation. We strongly encourage taking a backup before you make any changes to this file, or any files.
define('CRYPTOCURRENCY_PAYMENT_GATEWAY_DISABLE_EDIT_WALLET', true);
While this feature is intended to help prevent modifications to your website without your consent it is not a replacement for good security practices.