{"id":241857,"date":"2025-07-23T11:21:05","date_gmt":"2025-07-23T11:21:05","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/product-brand-additional-tab-for-woocommerce\/"},"modified":"2025-07-23T12:08:22","modified_gmt":"2025-07-23T12:08:22","slug":"product-brand-additional-tab-for-woocommerce","status":"publish","type":"plugin","link":"https:\/\/ru.wordpress.org\/plugins\/product-brand-additional-tab-for-woocommerce\/","author":14532675,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.8.5","requires":"6.0","requires_php":"7.2","requires_plugins":null,"header_name":"Product Brand Additional Tab for WooCommerce","header_author":"Jigar Bhanushali","header_description":"Displays WooCommerce native product brand in the Additional Information tab and adds schema.org brand markup(description, logo, link) for better SEO.","assets_banners_color":"684c8f","last_updated":"2025-07-23 12:08:22","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/product-brand-additional-tab-for-woocommerce","header_author_uri":"https:\/\/jigarbhanushali.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":276,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"jigar bhanushali","date":"2025-07-23 12:08:22"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3332844,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3332844,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3332873,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"landingPage\":\"\\\/wp-admin\\\/plugins.php\",\"preferredVersions\":{\"php\":\"8.0\",\"wp\":\"latest\"},\"features\":{\"networking\":true},\"steps\":[{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"product-brand-additional-tab-for-woocommerce\"},\"options\":{\"activate\":true}},{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginZipFile\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"product-brand-additional-tab-for-woocommerce\"},\"options\":{\"activate\":true}}]}"}},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3332844,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3332844,"resolution":"2","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[245289,245287,245288,245290,30399],"plugin_category":[],"plugin_contributors":[176669],"plugin_business_model":[],"class_list":["post-241857","plugin","type-plugin","status-publish","hentry","plugin_tags-additional-tab","plugin_tags-brand-details","plugin_tags-brand-schema","plugin_tags-product-brand-tabs-for-woocommerce","plugin_tags-woocommerce-tabs","plugin_contributors-jigar-bhanushali","plugin_committers-jigar-bhanushali"],"banners":{"banner":"https:\/\/ps.w.org\/product-brand-additional-tab-for-woocommerce\/assets\/banner-772x250.png?rev=3332844","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/product-brand-additional-tab-for-woocommerce\/assets\/icon-128x128.png?rev=3332844","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/product-brand-additional-tab-for-woocommerce\/assets\/screenshot-1.png?rev=3332844","caption":""},{"src":"https:\/\/ps.w.org\/product-brand-additional-tab-for-woocommerce\/assets\/screenshot-2.png?rev=3332844","caption":""}],"raw_content":"<!--section=description-->\n<p>This plugin enhances WooCommerce product detail page by:<\/p>\n\n<ul>\n<li>Displaying the assigned product brand inside the \"Additional Information\" tab.<\/li>\n<li>Outputting structured data (JSON-LD) for the product's brand using schema.org markup.<\/li>\n<li>Improving brand visibility in search results by adding brand name, description, logo, and link to the product schema.<\/li>\n<\/ul>\n\n<p>It works out of the box with WooCommerce's <code>product_brand<\/code> taxonomy or any compatible brand plugin using the same taxonomy.<\/p>\n\n<h3>Compatibility<\/h3>\n\n<p>This plugin is compatible with:<\/p>\n\n<ul>\n<li>WooCommerce v9.4 or later<\/li>\n<\/ul>\n\n<h3>Developer Guide<\/h3>\n\n<h3>\ud83e\udde9 Template Override Support<\/h3>\n\n<p>To override the brand tab layout, copy the default template into your theme:<\/p>\n\n<p><strong>Destination Path:<\/strong>\nyourtheme\/woocommerce\/single-product\/tabs\/brand-information.php<\/p>\n\n<p><strong>Original Plugin Template:<\/strong>\ntemplates\/single-product\/tabs\/brand-information.php<\/p>\n\n<p>You can customize how the brand name, logo, and description are displayed in the additional tab.<\/p>\n\n<h3>\ud83d\udd04 Custom Action Hooks<\/h3>\n\n<p>Use these hooks to inject content before or after the brand tab output:<\/p>\n\n<p>Before the brand content block.<\/p>\n\n<pre><code>do_action( 'wc_pbat_before_brand_content', $brand );\n<\/code><\/pre>\n\n<p>After the brand content block.<\/p>\n\n<pre><code>do_action( 'wc_pbat_after_brand_content', $brand );&lt;h3&gt;\ud83d\udd27 Helper Method&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>Render clean and filtered brand description using:<\/p>\n\n<pre><code>WC_Product_Brand_Additional_Tab::get_content( $term );\n<\/code><\/pre>\n\n<p>This ensures the description is properly formatted and filtered.<\/p>\n\n<h3>\ud83d\udd03 Filter Hooks<\/h3>\n\n<p>Controls whether the plugin should use <code>the_content<\/code> filter to format the brand description.<\/p>\n\n<pre><code>add_filter( 'wc_pbat_use_the_content_filter', '__return_false' )\n<\/code><\/pre>\n\n<p><strong>Default:<\/strong> <code>true<\/code><\/p>\n\n<p>Fires only when <code>the_content<\/code> filter is skipped. Allows custom formatting of brand descriptions in the tab.<\/p>\n\n<pre><code>add_filter( 'wc_pbat_filter_tab_content', function( $description ) {\nreturn wpautop( esc_html( $description ) );\n});\n<\/code><\/pre>\n\n<p>These filters give developers full control over how brand descriptions are rendered in the tab.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>product-brand-additional-tab-for-woocommerce<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin from the WordPress Plugins screen.<\/li>\n<li>Make sure brands are assigned using the <code>product_brand<\/code> taxonomy.<\/li>\n<li>Optional: Configure schema output settings from WooCommerce \u2192 Settings \u2192 Products (if available).<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='does%20it%20support%20custom%20brand%20plugins%3F'><h3>Does it support custom brand plugins?<\/h3><\/dt>\n<dd><p>Yes, if they use the <code>product_brand<\/code> taxonomy.<\/p><\/dd>\n<dt id='can%20i%20disable%20the%20schema%20markup%3F'><h3>Can I disable the schema markup?<\/h3><\/dt>\n<dd><p>Yes, you can toggle schema output from the WooCommerce product settings.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial Release.<\/li>\n<\/ul>","raw_excerpt":"Displays WooCommerce native product brand in the Additional Information tab and adds schema.org brand markup (description, logo, link) for better SEO.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/241857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=241857"}],"author":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jigar-bhanushali"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=241857"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=241857"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=241857"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=241857"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=241857"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=241857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}