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.

  1. Locate the Plugin File
      1. Go to your WordPress directory (via FTP, File Manager, or local install).
      2. Navigate to: wp-content/plugins/qrpay-gateway-for-woocommerce/
      3. Open the file named qrpay.php in a code editor.
    1. Edit the Plugin Header
    2. 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:

      FieldDescription
      Plugin NameName shown in the WordPress Plugins list
      Plugin URIURL linked to the plugin name
      AuthorName shown as plugin author
      Author URIURL linked to the author name
    3. Example:
    4. /*
      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
      */
  2. Save & Upload
      1. Save the edited file.
      2. If working locally, upload the modified file back to the server.
  3. Refresh the Plugins Page
      1. Log in to your WordPress admin dashboard.
      2. Go to Plugins > Installed Plugins.
      3. You will now see your custom name, author, and link in place of the default ones.

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.

Free Support
  • Server Issues
  • DB Migration Issues
  • Configuration Issues
  • Project Issues
  • Reset Purchase Code (max 1 time)
Unsupported
  • Environment Setup
  • Deploy on Localhost
  • After Code Modification
Paid Support
  • Installation
  • APK build
  • iOS build
  • Update Template
  • Adding New Feature
  • API Integration and many more...