Changeset 3466108
- Timestamp:
- 02/20/2026 09:35:29 PM (5 weeks ago)
- Location:
- customize-my-account-for-woocommerce/tags/3.8.1/include/admin
- Files:
-
- 2 edited
-
admin_settings.php (modified) (1 diff)
-
wrap/endpoints-content.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.8.1/include/admin/admin_settings.php
r3465865 r3466108 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.1/include/admin/wrap/endpoints-content.php
r3466081 r3466108 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>
Note: See TracChangeset
for help on using the changeset viewer.