Red

Results 2 issues of Red

### Summary StatusBar hidden produces a black bar ### Managed or bare workflow? If you have `ios/` or `android/` directories in your project, the answer is bare! managed ### What...

needs review

When I use `carbon_get_the_post_meta($post_id, 'pdf');` to get my custom field "pdf" I get NULL, so I need to use instead: ` get_post_meta($post_id, '_pdf', true);` Why does this happen?