Changeset 3466111
- Timestamp:
- 02/20/2026 09:39:59 PM (5 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/3.8.2 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.8.2/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
tags/3.8.2/include/admin/admin_settings.php (modified) (1 diff)
-
tags/3.8.2/include/admin/wrap/endpoints-content.php (modified) (4 diffs)
-
tags/3.8.2/readme.txt (modified) (1 diff)
-
trunk/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
trunk/include/admin/admin_settings.php (modified) (1 diff)
-
trunk/include/admin/wrap/endpoints-content.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.8.2/customize-my-account-for-woocommerce.php
r3466081 r3466111 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 16 Version: 3.8.2 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/tags/3.8.2/include/admin/admin_settings.php
r3465865 r3466111 1033 1033 $allowed_endpoints = get_option("wcmamtx_allowed_endpoint_trial"); 1034 1034 1035 1036 1037 $endpoint_button_id = "#wcmamtx_example_modal"; 1038 $endpoint_button_class = ""; 1035 if ($allowed_endpoints > 0) { 1036 1037 $endpoint_button_id = "#wcmamtx_example_modal"; 1038 $endpoint_button_class = ""; 1039 1040 } else { 1041 1042 $endpoint_button_id = "#wcmamtx_example_modal2"; 1043 $endpoint_button_class = "wcmamtx_disabled2"; 1044 1045 } 1046 1047 1039 1048 1040 1049 -
customize-my-account-for-woocommerce/tags/3.8.2/include/admin/wrap/endpoints-content.php
r3466081 r3466111 147 147 <tr> 148 148 <td> 149 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in My Account Menu widget','customize-my-account-for-woocommerce'); ?></label>149 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in Dashboard Links','customize-my-account-for-woocommerce'); ?></label> 150 150 </td> 151 151 <td> … … 155 155 </tr> 156 156 157 157 <?php if ($key != "dashboard") { ?> 158 158 159 159 <tr> … … 171 171 172 172 </tr> 173 <?php } ?> 173 174 174 175 <tr> … … 336 337 <tr> 337 338 <td> 338 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in My AccountNavigation','customize-my-account-for-woocommerce'); ?></label>339 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in Sidebar Navigation','customize-my-account-for-woocommerce'); ?></label> 339 340 </td> 340 341 <td> -
customize-my-account-for-woocommerce/tags/3.8.2/readme.txt
r3466081 r3466111 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 19 Stable tag: 3.8.2 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3466081 r3466111 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 16 Version: 3.8.2 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/trunk/include/admin/admin_settings.php
r3465865 r3466111 1033 1033 $allowed_endpoints = get_option("wcmamtx_allowed_endpoint_trial"); 1034 1034 1035 1036 1037 $endpoint_button_id = "#wcmamtx_example_modal"; 1038 $endpoint_button_class = ""; 1035 if ($allowed_endpoints > 0) { 1036 1037 $endpoint_button_id = "#wcmamtx_example_modal"; 1038 $endpoint_button_class = ""; 1039 1040 } else { 1041 1042 $endpoint_button_id = "#wcmamtx_example_modal2"; 1043 $endpoint_button_class = "wcmamtx_disabled2"; 1044 1045 } 1046 1047 1039 1048 1040 1049 -
customize-my-account-for-woocommerce/trunk/include/admin/wrap/endpoints-content.php
r3466081 r3466111 147 147 <tr> 148 148 <td> 149 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in My Account Menu widget','customize-my-account-for-woocommerce'); ?></label>149 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in Dashboard Links','customize-my-account-for-woocommerce'); ?></label> 150 150 </td> 151 151 <td> … … 155 155 </tr> 156 156 157 157 <?php if ($key != "dashboard") { ?> 158 158 159 159 <tr> … … 171 171 172 172 </tr> 173 <?php } ?> 173 174 174 175 <tr> … … 336 337 <tr> 337 338 <td> 338 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in My AccountNavigation','customize-my-account-for-woocommerce'); ?></label>339 <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in Sidebar Navigation','customize-my-account-for-woocommerce'); ?></label> 339 340 </td> 340 341 <td> -
customize-my-account-for-woocommerce/trunk/readme.txt
r3466081 r3466111 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 19 Stable tag: 3.8.2 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.