Creates a discussions tab for WooCommerce products.
Discussions Tab for WooCommerce Products plugin creates a discussions tab for WooCommerce Products.
In other words, this plugin allows to use the default WordPress comment system on a custom product tab.
Create a support tab and let customers ask questions about your WooCommerce products. Make them more satisfied replying their comments and answering their questions.
That will make your brand more credible and your customers more confident. As a result, you’ll have more chances to increase your sales.
With premium plugin version you can:
/wp-content/plugins/
directory.You can do it through translate.wordpress.
Yes, it’s located here.
Labels::create_comment_icons_html()
.get_current_screen()
.dtwp_subscribed
comment meta and replace it by dtwp_unsubscribed
post meta.is_plugin_active
function.#comments
anchor by discussions tab anchor.flush_rewrite_rules
doesn’t work after saving the admin discussions page.handle_shortcodes()
– Third (unused) param removed ($args
).discussion
.id_form
set to discussionform
.id_submit
set to submit_discussion
.alg_dtwp_filter_tab_id
to change tab slug.alg_dtwp_filter_comment_link
to change comment link.commentlist
) to comments lists.wp_list_comments
callback
argument.alg_dtwp_comment_tags
filter.alg_dtwp_wp_list_comments_args
to filter arguments passed to wp_list_comments
.alg_dtwp_comment_tags
).