Studio-Lemon / wp-lemon-docs

MIT License
0 stars 1 forks source link

Add docs for acf icon picker #3

Closed Levdbas closed 1 month ago

Levdbas commented 4 months ago
$this->registered_fields
->addField(
    'icon', // field name,
    'icon-picker', // field type, do not change
    [
        'label'               => _x('Icon', 'Block field label', 'wp-lemon-child'),
        'wpml_cf_preferences' => 1,
    ]
);
MeesMoons commented 2 months ago

Alvast screenshots voor de documentatie als voorbeeld:

image

image

image