Changeset 3463842
- Timestamp:
- 02/17/2026 09:36:32 PM (6 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/3.7.22 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.7.22/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
tags/3.7.22/include/admin/wrap/endpoints-content.php (modified) (1 diff)
-
tags/3.7.22/include/frontend/frontend_functions.php (modified) (1 diff)
-
tags/3.7.22/include/wcmamtx_extra_functions.php (modified) (1 diff)
-
tags/3.7.22/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/frontend/frontend_functions.php (modified) (1 diff)
-
trunk/include/wcmamtx_extra_functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.7.22/customize-my-account-for-woocommerce.php
r3463774 r3463842 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7.2 16 Version: 3.7.22 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/tags/3.7.22/include/admin/wrap/endpoints-content.php
r3463774 r3463842 40 40 */ 41 41 42 $default_color = '#e9e9ef';42 $default_color = wcmamtx_get_default_tab_color($key); 43 43 44 44 $default_colors = array( -
customize-my-account-for-woocommerce/tags/3.7.22/include/frontend/frontend_functions.php
r3451347 r3463842 339 339 */ 340 340 341 $default_color = '#e9e9ef';341 $default_color = wcmamtx_get_default_tab_color($key); 342 342 343 343 $default_colors = array( -
customize-my-account-for-woocommerce/tags/3.7.22/include/wcmamtx_extra_functions.php
r3463725 r3463842 279 279 function wcmamtx_placeholder_img_src() { 280 280 return ''.wcmamtx_PLUGIN_URL.'assets/images/placeholder.png'; 281 } 282 283 } 284 285 286 /** 287 * Get account menu item classes. 288 * 289 * @since 1.0.0 290 * @param string $endpoint Endpoint. 291 * @return string 292 */ 293 294 if (!function_exists('wcmamtx_get_default_tab_color')) { 295 296 function wcmamtx_get_default_tab_color($key) { 297 $default_color = '#e9e9ef'; 298 299 $default_colors = array("#8d9897","#d19cdc","#b7e272","#f3a4ba","#c38181","#a4c6f3","#a5eba7","#f3e1a4","#d1c594","#d19cdc5c","#818ea95c","#d9e6ff","#edf2d0"); 300 $default_color_i = array_rand($default_colors); 301 $default_color = $default_colors[$default_color_i]; 302 return $default_color; 281 303 } 282 304 -
customize-my-account-for-woocommerce/tags/3.7.22/readme.txt
r3463774 r3463842 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7.2 19 Stable tag: 3.7.22 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3463774 r3463842 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7.2 16 Version: 3.7.22 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/trunk/include/admin/wrap/endpoints-content.php
r3463774 r3463842 40 40 */ 41 41 42 $default_color = '#e9e9ef';42 $default_color = wcmamtx_get_default_tab_color($key); 43 43 44 44 $default_colors = array( -
customize-my-account-for-woocommerce/trunk/include/frontend/frontend_functions.php
r3451347 r3463842 339 339 */ 340 340 341 $default_color = '#e9e9ef';341 $default_color = wcmamtx_get_default_tab_color($key); 342 342 343 343 $default_colors = array( -
customize-my-account-for-woocommerce/trunk/include/wcmamtx_extra_functions.php
r3463725 r3463842 279 279 function wcmamtx_placeholder_img_src() { 280 280 return ''.wcmamtx_PLUGIN_URL.'assets/images/placeholder.png'; 281 } 282 283 } 284 285 286 /** 287 * Get account menu item classes. 288 * 289 * @since 1.0.0 290 * @param string $endpoint Endpoint. 291 * @return string 292 */ 293 294 if (!function_exists('wcmamtx_get_default_tab_color')) { 295 296 function wcmamtx_get_default_tab_color($key) { 297 $default_color = '#e9e9ef'; 298 299 $default_colors = array("#8d9897","#d19cdc","#b7e272","#f3a4ba","#c38181","#a4c6f3","#a5eba7","#f3e1a4","#d1c594","#d19cdc5c","#818ea95c","#d9e6ff","#edf2d0"); 300 $default_color_i = array_rand($default_colors); 301 $default_color = $default_colors[$default_color_i]; 302 return $default_color; 281 303 } 282 304 -
customize-my-account-for-woocommerce/trunk/readme.txt
r3463774 r3463842 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7.2 19 Stable tag: 3.7.22 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.