Plugin Directory

Changeset 3466108


Ignore:
Timestamp:
02/20/2026 09:35:29 PM (5 weeks ago)
Author:
phppoet
Message:

dfgfdg

Location:
customize-my-account-for-woocommerce/tags/3.8.1/include/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • customize-my-account-for-woocommerce/tags/3.8.1/include/admin/admin_settings.php

    r3465865 r3466108  
    10331033                $allowed_endpoints = get_option("wcmamtx_allowed_endpoint_trial");
    10341034               
    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               
    10391048               
    10401049               
  • customize-my-account-for-woocommerce/tags/3.8.1/include/admin/wrap/endpoints-content.php

    r3466081 r3466108  
    147147<tr>
    148148    <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>
    150150    </td>
    151151    <td>
     
    155155</tr>
    156156
    157 
     157<?php if ($key != "dashboard") { ?>
    158158
    159159<tr>
     
    171171       
    172172</tr>
     173<?php } ?>
    173174
    174175<tr>
     
    336337<tr>
    337338    <td>
    338         <label class=" wcmamtx_accordion_label"><?php echo esc_html__('Hide in My Account Navigation','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>
    339340    </td>
    340341    <td>
Note: See TracChangeset for help on using the changeset viewer.