Changeset 3463774
- Timestamp:
- 02/17/2026 07:22:43 PM (6 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/3.7.21 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.7.21/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
tags/3.7.21/include/admin/wrap/endpoints-content.php (modified) (1 diff)
-
tags/3.7.21/include/admin/wrap/subwrap/countof-settings.php (modified) (1 diff)
-
tags/3.7.21/include/wcmamtx_countof_functions.php (modified) (2 diffs)
-
tags/3.7.21/readme.txt (modified) (1 diff)
-
trunk/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
trunk/include/admin/wrap/endpoints-content.php (modified) (1 diff)
-
trunk/include/admin/wrap/subwrap/countof-settings.php (modified) (1 diff)
-
trunk/include/wcmamtx_countof_functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.7.21/customize-my-account-for-woocommerce.php
r3463751 r3463774 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7.2 06 Version: 3.7.21 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/tags/3.7.21/include/admin/wrap/endpoints-content.php
r3463751 r3463774 150 150 <label class=" wcmamtx_accordion_label"> 151 151 <?php echo esc_html__('Content Before','customize-my-account-for-woocommerce'); ?> 152 <?php echo $key; ?> 153 <?php echo esc_html__('Content','customize-my-account-for-woocommerce'); ?> 154 </label> 155 </td> 156 <td> 157 <?php wcmamtx_show_disabled_toggle_image(); ?> 158 159 </td> 160 </tr> 161 <tr> 162 <td> 163 <label class=" wcmamtx_accordion_label"> 164 <?php echo esc_html__('Content After','customize-my-account-for-woocommerce'); ?> 152 165 <?php echo $key; ?> 153 166 <?php echo esc_html__('Content','customize-my-account-for-woocommerce'); ?> -
customize-my-account-for-woocommerce/tags/3.7.21/include/admin/wrap/subwrap/countof-settings.php
r3463725 r3463774 140 140 <?php 141 141 142 if (($key != "orders") && ($key != "downloads") ) {142 if (($key != "orders") && ($key != "downloads") && ($key != "woo-wallet")) { 143 143 ?> 144 144 <div class="wcmamtx_count_div_section" style="<?php echo $section_style; ?>"> -
customize-my-account-for-woocommerce/tags/3.7.21/include/wcmamtx_countof_functions.php
r3463725 r3463774 64 64 $wallet_balance = (float) apply_filters( 'woo_wallet_current_balance', $wallet_balance, $user_id ); 65 65 } 66 return wc_price( $wallet_balance);66 return $wallet_balance; 67 67 68 68 … … 204 204 ?> 205 205 <span class="<?php if (isset($sidebar)) { echo 'wcmamtx-banner-counter-sidebar'; } else { echo 'wcmamtx-banner-counter';} ?>"> 206 <?php echo wc mamtx_get_total_woowallet_count(); ?>206 <?php echo wc_price(wcmamtx_get_total_woowallet_count()); ?> 207 207 208 208 </span> -
customize-my-account-for-woocommerce/tags/3.7.21/readme.txt
r3463751 r3463774 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7.2 09 Stable tag: 3.7.21 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3463751 r3463774 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7.2 06 Version: 3.7.21 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/trunk/include/admin/wrap/endpoints-content.php
r3463751 r3463774 150 150 <label class=" wcmamtx_accordion_label"> 151 151 <?php echo esc_html__('Content Before','customize-my-account-for-woocommerce'); ?> 152 <?php echo $key; ?> 153 <?php echo esc_html__('Content','customize-my-account-for-woocommerce'); ?> 154 </label> 155 </td> 156 <td> 157 <?php wcmamtx_show_disabled_toggle_image(); ?> 158 159 </td> 160 </tr> 161 <tr> 162 <td> 163 <label class=" wcmamtx_accordion_label"> 164 <?php echo esc_html__('Content After','customize-my-account-for-woocommerce'); ?> 152 165 <?php echo $key; ?> 153 166 <?php echo esc_html__('Content','customize-my-account-for-woocommerce'); ?> -
customize-my-account-for-woocommerce/trunk/include/admin/wrap/subwrap/countof-settings.php
r3463725 r3463774 140 140 <?php 141 141 142 if (($key != "orders") && ($key != "downloads") ) {142 if (($key != "orders") && ($key != "downloads") && ($key != "woo-wallet")) { 143 143 ?> 144 144 <div class="wcmamtx_count_div_section" style="<?php echo $section_style; ?>"> -
customize-my-account-for-woocommerce/trunk/include/wcmamtx_countof_functions.php
r3463725 r3463774 64 64 $wallet_balance = (float) apply_filters( 'woo_wallet_current_balance', $wallet_balance, $user_id ); 65 65 } 66 return wc_price( $wallet_balance);66 return $wallet_balance; 67 67 68 68 … … 204 204 ?> 205 205 <span class="<?php if (isset($sidebar)) { echo 'wcmamtx-banner-counter-sidebar'; } else { echo 'wcmamtx-banner-counter';} ?>"> 206 <?php echo wc mamtx_get_total_woowallet_count(); ?>206 <?php echo wc_price(wcmamtx_get_total_woowallet_count()); ?> 207 207 208 208 </span> -
customize-my-account-for-woocommerce/trunk/readme.txt
r3463751 r3463774 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7.2 09 Stable tag: 3.7.21 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.