-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- | ||
Before posting a new issue: | ||
- Please post general support and questions at https://www.wordpress.org/support/plugin/cmb2/. We will move to GitHub once a confirmed bug. | ||
- Please check if your issue is addressed in the CMB2 Wiki Troubleshooting page: https://github.com/CMB2/CMB2/wiki/Troubleshooting | ||
- Please review the contributing guidelines: https://github.com/CMB2/CMB2/blob/develop/CONTRIBUTING.md. | ||
--> | ||
### Expected Behavior: | ||
|
||
|
||
|
||
### Actual Behavior: | ||
|
||
|
||
|
||
### Steps to reproduce (I have confirmed I can reproduce this issue on the [`develop`](https://github.com/CMB2/CMB2/tree/develop) branch): | ||
|
||
1. | ||
2. | ||
|
||
### CMB2 Field Registration Code: | ||
|
||
```php | ||
add_action( 'cmb2_admin_init', 'yourprefix_register_demo_metabox' ); | ||
function yourprefix_register_demo_metabox() { | ||
|
||
$cmb = new_cmb2_box( array( | ||
// Box Config... | ||
) ); | ||
|
||
$cmb->add_field( array( | ||
// Field Config... | ||
) ); | ||
|
||
// Additional fields... | ||
} | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Fixes #{issue-number}. | ||
|
||
### Changes proposed in this pull request | ||
|
||
- | ||
|
||
- | ||
|
||
- | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.