WC_Embed::remove_comments_button()
Remove comments button on product embeds.
Description Description
Source Source
File: includes/class-wc-embed.php
public static function remove_comments_button() {
if ( self::is_embedded_product() ) {
remove_action( 'embed_content_meta', 'print_embed_comments_button' );
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |