This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c10d34742b
woocommerce
/
plugins
/
woocommerce-admin
/
client
/
wp-admin-scripts
/
product-tracking
/
global.d.ts
2 lines
47 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add/32676 category and tag tracks within products screen (#33121) * Add logs for the attributes and tags on the product page * Only trigger attributes_add on product screen when user hits save * Add extra props to attribute add track * Add tags delete track and fix count of tags add track * Update use of wp_localize_script
2022-05-30 13:06:34 +00:00
declare
const
productScreen
:
{
name
:
string
}
;