Registry / other / htmlburger-carbon-fields

htmlburger-carbon-fields

JSON →
library3.6.9phppackagistunverified

WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.

composer require htmlburger/carbon-fields
INSTALL
IMPORT
SIG · HTMLBURGER-CARBON-
H
htmlburger-carbon-fields
otherphpv3.6.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Container
use Carbon_Fields\Container\Container;

Register custom fields for WordPress pages

use Carbon_Fields\Container\Container; use Carbon_Fields\Field\Field; Container::make('post_meta', 'Custom Data') ->where('post_type', '=', 'page') ->add_fields([ Field::make('text', 'crb_subtitle', 'Subtitle'), ]);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.9latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
htmlburger-carbon-fields — pip install htmlburger-carbon-fields · libregistry