-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename plugin text domain according to wp standard (#77)
- Loading branch information
Showing
16 changed files
with
81 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?php | ||
/** | ||
* MMG Checkout Payment Activator | ||
* MMG Checkout for WooCommerce Activator | ||
* | ||
* This file contains the MMG_Checkout_Payment_Activator class and activation function. | ||
* This file contains the Kalpa_MMG_Checkout_Activator class and activation function. | ||
* | ||
* @package MMG_Checkout_Payment | ||
* @package Kalpa_Kalpa_MMG_Checkout_Main | ||
* @since 1.0.0 | ||
*/ | ||
|
||
|
@@ -18,10 +18,10 @@ | |
* This class defines all code necessary to run during the plugin's activation. | ||
* | ||
* @since 1.0.0 | ||
* @package MMG_Checkout_Payment | ||
* @package Kalpa_Kalpa_MMG_Checkout_Main | ||
* @author Kalpa Services Inc. <[email protected]> | ||
*/ | ||
class MMG_Checkout_Payment_Activator { | ||
class Kalpa_MMG_Checkout_Activator { | ||
|
||
/** | ||
* Activate the plugin. | ||
|
@@ -46,9 +46,9 @@ private static function mmg_activate() { | |
} | ||
|
||
/** | ||
* Add rewrite rules for MMG Checkout Payment callbacks. | ||
* Add rewrite rules for MMG Checkout for WooCommerce callbacks. | ||
* | ||
* This function adds a rewrite rule to handle MMG Checkout Payment callbacks | ||
* This function adds a rewrite rule to handle MMG Checkout for WooCommerce callbacks | ||
* through a custom endpoint. | ||
*/ | ||
private static function add_rewrite_rules() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?php | ||
/** | ||
* MMG Checkout Payment Deactivator | ||
* MMG Checkout for WooCommerce Deactivator | ||
* | ||
* This file contains the MMG_Checkout_Payment_Deactivator class and deactivation function. | ||
* This file contains the Kalpa_MMG_Checkout_Deactivator class and deactivation function. | ||
* | ||
* @package MMG_Checkout_Payment | ||
* @package Kalpa_Kalpa_MMG_Checkout_Main | ||
* @since 1.0.0 | ||
*/ | ||
|
||
|
@@ -16,10 +16,10 @@ | |
* Fired during plugin deactivation | ||
* | ||
* @since 1.0.0 | ||
* @package MMG Checkout Payment | ||
* @package MMG Checkout for WooCommerce | ||
* @author Kalpa Services Inc. <[email protected]> | ||
*/ | ||
class MMG_Checkout_Payment_Deactivator { | ||
class Kalpa_MMG_Checkout_Deactivator { | ||
|
||
/** | ||
* Deactivate the plugin. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.