Reordering blocks (inventory, shipping, etc) in product edit page
-
Hi, I’d like to know if it’s posible to add a hook in the Products class that returns a instance of the class so I can make some modifications to the logic of the class itself.
What we want to achieve is to reorder hooks priority on new-product-single.php in order to change the items order in product upload (inventory, shipping, attributes, etc) and acording to this article (https://www.sitepoint.com/digging-deeper-wordpress-hooks-filters/ search for ” Example 1: Hook Inside WooCommerce Class
“) we need an instance of Products class. If there is a way to get that instance from other place I’d be pleased to know where.
- The topic ‘Reordering blocks (inventory, shipping, etc) in product edit page’ is closed to new replies.