White-Labeling the QRPay Gateway for WooCommerce Plugin
This tutorial will guide you through the process of customizing the plugin name, author, and links so that it appears under your branding in the WordPress admin panel.
- Locate the Plugin File
- Go to your WordPress directory (via FTP, File Manager, or local install).
- Navigate to:
wp-content/plugins/qrpay-gateway-for-woocommerce/
- Open the file named qrpay.php in a code editor.
- Edit the Plugin Header
- Example:
- Save & Upload
- Save the edited file.
- If working locally, upload the modified file back to the server.
- Refresh the Plugins Page
- Log in to your WordPress admin dashboard.
- Go to Plugins > Installed Plugins.
- You will now see your custom name, author, and link in place of the default ones.
At the top of the file, you will find this section:
/*
Plugin Name: QRPay Gateway for WooCommerce
Plugin URI: https://appdevs.net
Description: QRPay payment gateway integration for WooCommerce
Version: 1.0
Author: AppDevsX
Author URI: https://appdevs.net
Text Domain: qrpay-gateway-for-woocommerce
*/
Modify the following fields to match your branding:
Field | Description |
---|---|
Plugin Name | Name shown in the WordPress Plugins list |
Plugin URI | URL linked to the plugin name |
Author | Name shown as plugin author |
Author URI | URL linked to the author name |
/*
Plugin Name: MyCompany Pay Gateway
Plugin URI: https://mycompany.com
Description: Payment gateway integration powered by MyCompany.
Version: 1.0
Author: MyCompany
Author URI: https://mycompany.com
Text Domain: qrpay-gateway-for-woocommerce
*/
Note: For assistance with installation or any issues related to the QRPay Payment Gateway for WooCommerce plugin, please visit our AppDevs Support . Our support team is ready to help you with any queries or challenges you may encounter.