D
D
Djus12020-07-24 15:44:29
WooCommerce
Djus1, 2020-07-24 15:44:29

How can I add an additional code to the title, the number of reviews in the product Product Tabs Woocommerce?

Good day, comrades. I will be brief.

I don’t know about php, there is a code that adds tabs for a Woocommerce product. In the titile of the tab, I need to add a counter for the number of reviews. There is all the necessary code, you need to combine it all. I would be extremely grateful, ryly.

$tabs['other_products_tab'] = array(
        'title'     => __( ' Отзывы ', 'woocommerce' ),
        'priority'  => 120,
        'callback'  => 'woo_other_products_tab_content'
    );


It is necessary after "Reviews" to insert a code for the number of reviews on the product, in brackets () To make it look "Reviews (0)"
$comments_count = wp_count_comments (post_id);
echo $comments_count-> total_comments;


How can i do this?
Thanks in advance :*

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question