Title: PAT Tab Studio for WooCommerce
Author: Laith Sinawi
Published: <strong>July 5, 2026</strong>
Last modified: July 5, 2026

---

Search plugins

![](https://ps.w.org/pat-tab-studio-for-woocommerce/assets/banner-772x250.png?rev
=3596896)

![](https://ps.w.org/pat-tab-studio-for-woocommerce/assets/icon-256x256.png?rev=
3596914)

# PAT Tab Studio for WooCommerce

 By [Laith Sinawi](https://profiles.wordpress.org/laith3/)

[Download](https://downloads.wordpress.org/plugin/pat-tab-studio-for-woocommerce.1.2.1.zip)

 * [Details](https://wordpress.org/plugins/pat-tab-studio-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/pat-tab-studio-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/pat-tab-studio-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/pat-tab-studio-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/pat-tab-studio-for-woocommerce/)

## Description

Add per-product custom tabs to WooCommerce with WYSIWYG content, ordering, and enable
controls.

Each product can define its own tab labels, tab content, order, and enabled state.
The admin UI uses a repeater so you only add the tabs you want for that product.
The plugin stores tab data in product post meta and renders only the tabs that contain
content for that specific product.

This is intentionally not a global tab plugin and does not assign tabs by category.

### Usage

 1. Open a WooCommerce product for editing.
 2. Click `Add Tab` for each tab you want to create.
 3. Enable the row.
 4. Enter the tab label.
 5. Enter rich WYSIWYG content, shortcodes, or embed HTML.
 6. Drag rows to sort them, or set the order number manually.
 7. Update the product.

Tabs only appear on the frontend when they are enabled and have content.

### Example

To add a product-specific `FAQ` tab:
 1. Edit the product. 2. Click `Add Tab`. 3.
Change the label to `FAQ` or `Common Questions` if desired. 4. Add your FAQ content.
5. Set the order number to `90` or another value you prefer.

### Extending

Developers can extend the repeater behavior with filters such as:

 * `pat_product_tabs_loaded_rows`
 * `pat_product_tabs_sanitized_rows`
 * `pat_product_tabs_frontend_tabs`

Example:

    ```
    `php
    ```

add_filter(‘pat_product_tabs_frontend_tabs’, function ($tabs, $product_id) {
 $tabs[‘
pat_product_tab_custom_note’] = [ ‘title’ => ‘Custom Note’, ‘priority’ => 5, ‘callback’
=> function () { echo ‘

Injected from a custom filter.

‘;
 }, ‘content’ => ‘

Injected from a custom filter.

‘,
 ];

    ```
    return $tabs;
    ```

}, 10, 2);
 `

The stored product meta key is `_pat_product_tabs`.

### Notes

 * If WooCommerce is inactive, the plugin degrades gracefully and shows an admin
   notice.
 * Standard WooCommerce tabs remain available when no custom tabs are configured.
 * Content uses a WYSIWYG editor, so HTML and shortcode-based layouts are supported.
 * Video content can be provided as an embed URL, shortcode, or iframe embed.
 * This package is prepared for the WordPress.org free plugin directory.

## Installation

 1. Copy the `pat-tab-studio-for-woocommerce` folder into `wp-content/plugins/`.
 2. Activate the plugin in WordPress.
 3. Make sure WooCommerce is active.
 4. Edit any product and open the `Product Tabs` metabox.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PAT Tab Studio for WooCommerce” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Laith Sinawi ](https://profiles.wordpress.org/laith3/)

[Translate “PAT Tab Studio for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/pat-tab-studio-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pat-tab-studio-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pat-tab-studio-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pat-tab-studio-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/pat-tab-studio-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.1

 * WYSIWYG editor initialization fix.
 * Drag-and-drop fallback move buttons.

#### 1.1.0

 * WYSIWYG editor for tab content.
 * Drag-and-drop sorting for repeater rows.

## Meta

 *  Version **1.2.1**
 *  Last updated **22 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [Per Product](https://wordpress.org/plugins/tags/per-product/)[product page](https://wordpress.org/plugins/tags/product-page/)
   [product tabs](https://wordpress.org/plugins/tags/product-tabs/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/pat-tab-studio-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pat-tab-studio-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pat-tab-studio-for-woocommerce/reviews/)

## Contributors

 *   [ Laith Sinawi ](https://profiles.wordpress.org/laith3/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pat-tab-studio-for-woocommerce/)