- Skip to:
- Content
| File show_in_rest.patch, 704 bytes (added by undemian, 3 years ago) |
|
|
-
|
|
|
|
| 526 | 526 | 'query_var' => true, |
| 527 | 527 | 'menu_icon' => '', |
| 528 | 528 | 'source' => 'bbpress', |
| | 529 | 'show_in_rest' => true, |
| 529 | 530 | ) ) |
| 530 | 531 | ); |
| 531 | 532 | |
| … |
… |
|
| 552 | 553 | 'query_var' => true, |
| 553 | 554 | 'menu_icon' => '', |
| 554 | 555 | 'source' => 'bbpress', |
| | 556 | 'show_in_rest' => true, |
| 555 | 557 | ) ) |
| 556 | 558 | ); |
| 557 | 559 | |
| … |
… |
|
| 578 | 580 | 'query_var' => true, |
| 579 | 581 | 'menu_icon' => '', |
| 580 | 582 | 'source' => 'bbpress', |
| | 583 | 'show_in_rest' => true, |
| 581 | 584 | ) ) |
| 582 | 585 | ); |
| 583 | 586 | } |