Block allows to move rows in the table
-
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 [email protected]:wp-digital/wp-block-tabs.git
Activate Custom Table with WP-CLI
wp plugin activate wp-block-tabs
or from Plugins page.