Answer the question
In order to leave comments, you need to log in
How to display product id in woocommerce card?
How to display the product id in its card?
I found a solution, but I don't know where to put it.
I watched a video on changing the product card, read several articles. Apparently I'm too stupid ...
Here is an example of a solution that I found. But where do you put it? Maybe there are other ways?
add_action( 'woocommerce_before_single_product_summary', 'cusom_woo_info_1', 10 );
function cusom_woo_info_1() {
global $post;
echo 'Product ID: ' . $post->ID;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question