Changeset 3004955
- Timestamp:
- 12/04/2023 07:08:48 AM (2 years ago)
- Location:
- woo-gst
- Files:
-
- 17 added
- 1 edited
-
tags/1.4/class-gst-woocommerce-addon.php (added)
-
tags/1.4/css (added)
-
tags/1.4/css/custom.css (added)
-
tags/1.4/images (added)
-
tags/1.4/images/callout.gif (added)
-
tags/1.4/images/info.png (added)
-
tags/1.4/inc (added)
-
tags/1.4/inc/class-wc-dependencies.php (added)
-
tags/1.4/inc/functions.php (added)
-
tags/1.4/index.php (added)
-
tags/1.4/readme.txt (added)
-
tags/1.4/screenshot-1.png (added)
-
tags/1.4/screenshot-2.png (added)
-
tags/1.4/screenshot-3.png (added)
-
tags/1.4/woocommerce-gst-addon.php (added)
-
trunk/images/Woogst_Banner.jpg (added)
-
trunk/images/gst.png (added)
-
trunk/woocommerce-gst-addon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-gst/trunk/woocommerce-gst-addon.php
r3004233 r3004955 46 46 add_menu_page('WooGST', 'WooGST', 'edit_posts', 'woogst', 'admin_menu_woo_settings_content', plugins_url( 'woo-gst/images/gst.png' )); 47 47 } 48 //add_action('admin_menu', 'admin_menu_woo_settings');48 add_action('admin_menu', 'admin_menu_woo_settings'); 49 49 50 50 function admin_menu_woo_settings_content(){
Note: See TracChangeset
for help on using the changeset viewer.