I am using Woocommerce Projects plugin for WooCommerce and I have made some extra meta fields for the Projects.
But how can I display them on the place where I want them?
On this example page they show an option that will show it under the short description. But how can I change the location, to put it everywhere I want in the template file.
What you are looking at, is this documentation, that lists all possible hooks with WooCommerce "Projects" plugin.
So you will have just change the hook in:
Replacing
'projects_after_loop_item'
by one of the hooks below to change the displayed location around the loop (for example):Or also (with the other "Projects" plugin templates):
Overriding Projects template files safely
Projects plugin will always check your theme for these files before displaying core templates as a fallback. Any template files found in the theme will be given priority and the core counterpart ignored.
At the end, is better to keep in that folder, only the customized templates.
Reference and related: