carbon-fields icon indicating copy to clipboard operation
carbon-fields copied to clipboard

WordPress Custom Fields Library ✨

Results 240 carbon-fields issues
Sort by recently updated
recently updated
newest added

https://github.com/htmlburger/carbon-fields/blob/46e9b60c30061e869fca66227e50dfc009afe194/core/Helper/Helper.php#L534 PHP message: PHP Warning: Invalid argument supplied for foreach() in wp-includes/class-wp-list-util.php on line 165 Check if metadata 'sizes' exist before doing the pluck

See: https://community.carbonfields.net/t/carbon-fields-does-not-work-on-amazon-lightsail/657

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

## Version - Carbon Fields: 3.2.2 - WordPress: 5.6.1 - PHP: 7.4.15 ## Expected Behavior It should be calling Carbon Field libs using the theme folder as root. ## Actual...

[status] needs more information

## Version - Carbon Fields: 3.3.2 - WordPress: 5.9.3 - PHP: 7.4 ## Expected Behavior The fields only being loaded on the created settings page, instead of globally... ## Actual...

## Version - Carbon Fields: **v3.3.2** - WordPress: **5.9.3** - PHP: **8.0.11** ## Expected Behavior I want to display a container with fields in the contactform-7 tab ## Actual Behavior...

## Version - Carbon Fields: 3.3 - WordPress: 5.9.3 - PHP: 7.1 ## Expected Behavior When an input control depends on a checkbox control (through Conditional Logic), its value should...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## Version - Carbon Fields: 3.3 - WordPress: 5.9 - PHP: 8.0 ## Expected Behavior Display settings on different pages for example footer header ext... ## Actual Behavior ![image](https://user-images.githubusercontent.com/11867799/161422702-24d19f0a-4e09-4b08-974d-624b4a5613d6.png) Several...

## Version - Carbon Fields: 3.2 - WordPress: 5.8.2 - PHP: 7.4 ## Container definition ```php Block::make(__('child-pages', $this->text_domain)) ... ->set_render_callback(function ($fields, $attributes, $inner_blocks) { // Do something with $post->ID });...