Skip to content
#

custom-fields

Here are 68 public repositories matching this topic...

snnsnn
snnsnn commented Sep 20, 2020

Field::make( 'complex', 'crb_slides', 'Slides' ) returns Complex_Field but type hinting was set to return Field type:

// includes/carbon-fields/vendor/htmlburger/carbon-fields/core/Field.php#55
/**
 * An alias of factory().
 *
 * @see    \Carbon_Fields\Field\Field::factory()
 * @return \Carbon_Fields\Field\Field
 */
public static function make() {
	return call_user_func_ar

Improve this page

Add a description, image, and links to the custom-fields topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the custom-fields topic, visit your repo's landing page and select "manage topics."

Learn more