Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 527 Bytes

File metadata and controls

23 lines (15 loc) · 527 Bytes

Tabs Block

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.