-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from wpswings/v4.4.4
V4.4.4
- Loading branch information
Showing
19 changed files
with
1,176 additions
and
480 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
31 changes: 31 additions & 0 deletions
31
admin/partials/pro_setting_templates/woo-refund-and-exchange-lite-whatsapp-notification.php
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
/** | ||
* Provide a admin area view for the plugin | ||
* | ||
* This file is used to markup the html field for general tab. | ||
* | ||
* @link https://wpswings.com/ | ||
* @since 1.0.0 | ||
* | ||
* @package woocommerce-rma-for-return-refund-and-exchange | ||
* @subpackage woocommerce-rma-for-return-refund-and-exchange/admin/partials | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) { | ||
exit; | ||
} | ||
global $wrael_wps_rma_obj; | ||
$mwr_whatsapp_notification_settings = | ||
// Wallet Setting register filter. | ||
apply_filters( 'wps_rma_whatsapp_notification_settings_array', array() ); | ||
?> | ||
<!-- template file for admin settings. --> | ||
<form action="" method="POST" class="wps-mwr-gen-section-form"> | ||
<div class="mwr-secion-wrap"> | ||
<?php | ||
$mwr_whatsapp_notification_html = $wrael_wps_rma_obj->wps_rma_plug_generate_html( $mwr_whatsapp_notification_settings ); | ||
echo esc_html( $mwr_whatsapp_notification_html ); | ||
wp_nonce_field( 'admin_save_data', 'wps_tabs_nonce' ); | ||
?> | ||
</div> | ||
</form> |
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.