Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengc committed Apr 4, 2017
1 parent fb21f75 commit 9e3b648
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Custom field for [CMB2](https://github.com/WebDevStudios/CMB2) to store custom order of options.

![example](example.gif)

```php
add_action( 'cmb2_admin_init', 'cmb2_order_metabox' );
function cmb2_order_metabox() {
Expand Down Expand Up @@ -36,10 +38,6 @@ function cmb2_order_metabox() {
}
```

## Screenshot

![example](example.gif)

## Changelog

### 1.0.0
Expand Down

0 comments on commit 9e3b648

Please sign in to comment.