This is not Woocommerce specific, just the regular WordPress term edit screen. So you can use the normal action {$taxonomyname}_edit_form_fields
.
Example:
add_action( "product_cat_edit_form_fields", function() {
?>
<tr class="form-field">
<th scope="row">Additional image</th>
<td>Some image upload code …</td>
</tr>
<?php
}, 2000 );
Related Posts:
- Where do I find the functions triggered within a hook?
- Demo Import changes terms ids
- Writing Clean WooCommerce Styles
- Cannot update WordPress General Settings Site Title and Tagline
- How do I update WooCommerce template files in my theme? [closed]
- Unhook action from child theme
- A mystery 300px image size
- How to call WooCommerce update cart function programatically
- Display a list of certain categories by ID
- How to override checkbox styles if these inputs have a unique id [closed]
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- How to add material design css in wordpress and woocommerce
- Storefront child theme not applying parent theme [closed]
- StoreFront product pages: Turn the Short Description section into a kindred tab section [closed]
- How can I fetch the WordPress cart errors normally displayed in woocommerce-error?
- page.php dependent sites are not working in custom woocommerce theme
- Zoom on custom theme without child
- Scroll to position on page for category pages only — woocommerce
- Redirect to another page using contact form 7? [closed]
- Can’t remove DIV from hooks in Storefront child theme [closed]
- Integrate WooCommerce theme with a WordPress theme [closed]
- What is the diferences between pure WordPress theme and Woocommerce theme? [closed]
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- Why does admin-ajax load slow and what are ways to speed it up?
- Adding an external link to product grid list pages for woocommerce
- Issue when posting updates/changes to wordress
- Want to add cart and a search bar in the right of logo line
- Woocommerce Product attribute not imported with wordpress Importer [closed]
- How can I remove image taxonomy pages from my theme and from Google?
- how to add a badge on product based on filter?
- Woocommerce AJAX filters option loading spiner – problem on mobile device
- How do I make my terms for each product display via foreach loop? (woocommerce)
- Best way to declare product variables in woocommerce theme development?
- Alter shop page lay-out in OceanWP theme
- Is it possible to echo a woocommerce prouct attribute discription?
- the_content() not displaying description correctly
- Woocommerce REST API for my account & checkout process
- Edit Product Archive design for Woo theme
- How to show Custom Field Value in Woocommerce Shop Page
- how to edit woocommerce checkout page
- Different templates for each category level
- How to fix a conflict cause by my theme with Woocommerce and/or Gravity Forms?
- WooCommerce – edit templates
- Display current taxonomy slug in a post
- Woocommerce Theme Reviews / Comments
- php file child theme directory not overriding parent theme php file [duplicate]
- Pagination adds product to cart Woo-Commerce
- How to change order of elements using a child theme
- How to install Woocommerce without plugin?
- How can i move my product name & price from below thumbnail to be the rollover content in Avada & Woocommerce?
- Theme template file for a specific custom taxonomy
- Cart button not working on mobile version [closed]
- Add text when displying attribute with a hook on single product page
- after_setup_theme always runs
- What WP folder can I use to write files to?
- How to add default images for custom backgrounds?
- How to call the_excerpt() with tags or the_content() as an excerpt?
- Display a different theme for not logged-in users
- comment_form() generates the wrong action url
- How to set path with WP_Filesystem and ftp base / chroot
- A two column loop with one lead post
- new theme permissions don’t allow me to edit
- Getting Permalink within the loop
- Allow users to add custom functions to wordpress theme
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- What program can I use to preview my wordpress site?
- How exactly *does* unit testing work for themes?
- wp_nav_menu add something before closing container and after last list item
- Make logo dynamic in wordpress
- where to split off footer.php
- WordPress Filtering Custom Post Type by Metadata and Search Heirachy
- Nested comments in WordPress theme
- filemtime(): stat failed warning within a child theme
- What are the hooks in WordPress theme development?
- How can I override a require() used in functions.php of parent theme to my child theme
- Can I use WooCommerce in a headless CMS setup?
- How to transfer one domain to another domain without losing theme options (customizer)?
- Do I need to include a textdomain if my theme doesn’t support translation?
- adding class to excerpt
- Problem escaping text which contains html markups
- Avada Child Theme Development
- Using the media library for theme customization
- .current_page_ancestor broken in Twenty Eleven
- Calling a WP Plugin Function’s Variable in Theme Template [duplicate]
- How to target all woocommerce categories that don’t have any subcategories in them?
- Problems with cart and pages on _s theme
- Creating a Single Page Theme correctly
- Custom post type query with pagination doesn’t work
- Child theme menu not appearing in Twenty Seventeen
- Necessary css classes to be included in theme stylesheet
- How to link post image to post link?
- jQuery conflict in WordPress, works fine in HTML
- Including some variables in function.php and echo them is several place of theme is not working
- FitVid not working for iframes on particular theme install
- How to create multiple sidebar areas with a forloop and register_sidebars?
- Bootstrap isn’t called into my WordPress theme
- Jquery Ui Tabs not working
- Adding a new layout for genesis
- How to Enable Hot Module Replacement with Webpack