You find the code for the general tab in the file includes/admin/meta-boxes/views/html-product-data-general.php. In this file WooCommerce defined some do_action hooks. Maybe your plugin used one of them.
Hooks:
- woocommerce_product_options_pricing
- woocommerce_product_options_downloads
- woocommerce_product_options_tax
- woocommerce_product_options_general_product_data
Related Posts:
- Show only geolocated user country into Woocommerce checkout country fields
- Is there a Woocommerce hook that fires when applying a coupon but before checking if it’s valid?
- What is the action hook for an order that fails on frontend checkout in WooCommerce?
- Using a filter with multiple parameters and $this
- Redirect customer to login page (with other signup plugin) if user not logged in when proceeding to checkout
- Redirect no product url’s to static url
- What Hook/Action is performed when a field in checkout form is changed in WooCommerce
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- Display custom product option in admin order details
- Woocommerce : Add name filed of checkout page to buyers wordpress display name
- How can i add product Accessories from front-end using custom php form?
- Add suffix to price html does not work
- Add second price option based on payment method at cart item price
- How to pass/get data to/from the WooCommerce data-product_variations object?
- WooCommerce: Can’t use wc_get_products for custom REST API endpoints
- Hook and send Woocommerce data after click Place Order button
- How to remove “out of stock” variation options from size dropdown in woocommerce?
- Extend Woocommerce rest api routes fails
- Remove action on product archive page [closed]
- How to modify “[Product] has been added to your cart” in WooCommerce?
- display available size on hover, in woocommerce shop page [closed]
- Customize WooCommerce orders displayed shipping
- Woocommerce Shipping module available only for type of products [closed]
- Woocommerce – Hide a Column in Cart Table
- How can I show an empty WooCommerce cart? [closed]
- Filter on a custom product attribute in WooCommerce using meta_query or tax_query [closed]
- Rewriting Woocommerce Product Filters To URL Segments
- How to unhook a function in Woocommerce Template?
- woocommerce_get_price filter hook not working for product variation price
- WooCommerce: Add Payment Gateway Field to Webhooks [closed]
- Remove Order List Row Link in WooCommerce Admin?
- Get rid of product images mobile swipe functionality from WooCommerce single product [closed]
- woocommerce_package_rates not fired everytime
- How to update custom field in WooCommerce
- Add Stripe Connect data to wc_stripe_payment_request
- Remove add to cart icon/view product button woocommerce
- Separeting product from post in search result
- Woocommerce get billing state manually
- How to list all WC products by their attributes values?
- Showing the WordPress standard text area on a Woocommerce Single Product Page?
- Woocommerce Moving Review Below add to cart breaks button
- Filtering WooCommerce Orders by Category
- How to override Woocommerce functionality in Reports section?
- how can use woocommerce add to cart popup?
- Woocommerce “added to cart” message on main(home) page
- WooCommerce Hook: Content get’s displayed twice and not AFTER the order total
- Woocommerce: Complex query in pre_get_posts [closed]
- Using a filter to change a path
- How to re-arrange this hooked content?
- Pre filter woocommerce products to remove a certain category of products
- How to apply these filters
- How to add order status class to the body tag?
- How to exclude a taxonomy from shop & search page wooCommerce?
- How to change a WooCommerce Subscription Deposit and Monthly Payment? [closed]
- How can I add a so i can show sale price under normal price
- password_reset doesnt work
- WooCommerce checkout page price break down table hook
- How to output woocommerce products to a page, style and modify the html structure
- Woocommerce – Adding row to cart table
- How can I remove a WooCommerce Product Tab’s sub section in wp-admin?
- How do I create a filter to hide the One Click Accessibility plugin button in WordPress?
- How to sort WooCommerce products page by latest in-stock items first?
- How to alter taxes amounts when updating an order
- Hooks For Design variation in woo commerce single product page
- How to add woocommerce products header title in woocommerce_breadcrumb hook to function.php
- How to create a WooCommerce Product filter based on PHP foreach
- Use ID as slug for product category by default in WooCommerce?
- Variation prices breakdown only for single product page
- What is the problem with these lines of code?
- Two Filter Issue [closed]
- apply_filter and add_filter conflict
- Woocommerce – Hide shipping at all, if only certain product or products with certain shipping class is in the cart
- Running JavaScript after using WooCommerce Filter Plugin
- Redirecting orders by company field
- call_user_func_array() expects parameter 1 to be a valid callback, class ‘WC_Rapyd’ does not have a method ‘install’
- Help to locate a woocommerce hook method
- Combine one action and one filter
- I’m getting error Ultimate WooCommerce Filters
- check shipping amount in woocommerce_after_checkout_validation?
- How to display two different custom taxonomy terms on a WooCommerce single product page
- How to add woocommerce product price filter widget to other page
- Unable to call woocommerce hook in my custom php file
- Overriding Plugin function in your child theme
- woocommerce_add_to_cart custom function called several times
- How to track product price changes?
- Filter orders in Admin area based on logged in user
- Remove username and account password field from checkout page
- Display product thumbnail in Woocommerce email notifications
- woocommerce price filter not working when change currency
- How to hook in to WooCommerce Related Products
- Hide add to cart when product variation has no price or is unavailable
- Hook woocommerce price in backend order edition
- Create woocommerce order on new user registration
- How to add custom checkout field in user details mail template
- WooCommerce Hook after Billing form completed, but before payment Gateway
- AffiliateWP not calculating multiple quantities when using affwp_calc_referral_amount filter
- Hide a shipping method if cart total is higher than an amount
- How to get the attributes based on dependency in woocommerce?
- Use a woocommerce hook to create a table and populate it with a query
- Reposition variation stock message
