Skip to content

amnestywebsite/cmb2-password-field

CMB2 Password Field

This plugin adds support for a masked password-style field to CMB2.

Usage

See the CMB2 Wiki for information on how to use CMB2.

This field behaves just like CMB2's text field type.

$metabox->add_field(
    [
        'name'    => 'My API Key',
        'desc'    => 'API key for some service',
        'default' => '',
        'id'      => 'my-api-key',
        'type'    => 'password',
    ]
);

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
LICENSE.txt

Code of conduct

Security policy

Stars

Watchers

Forks

Languages