wp-digital / wp-block-tabs
Displays tabbed content
Package info
github.com/wp-digital/wp-block-tabs
Language:JavaScript
Type:wordpress-plugin
pkg:composer/wp-digital/wp-block-tabs
dev-master
2023-09-26 12:39 UTC
Requires
- php: >=7.1
- composer/installers: ^1.9
This package is auto-updated.
Last update: 2026-02-26 17:59:58 UTC
README
Description
Block allows to move rows in the table
Install
-
Preferable way is to use Composer:
composer require wp-digital/wp-block-tabs -
Alternate way is to clone this repo to
wp-content/plugins/:cd wp-content/plugins/ git clone git@github.com:wp-digital/wp-block-tabs.git
Activate Custom Table with WP-CLI
wp plugin activate wp-block-tabs or from Plugins page.