26. Color Gradient

'color_gradient' => [
    'type' => 'color_gradient',
    'label' => esc_html__( 'Color Gradient', 'my-domain' ),
    'value' => [
        'from'  => '#1e72ac',
        'to'    => '#cc2233'
    ],
    'description' => esc_html__( 'Description', 'my-domain' ),
    'submenu' => esc_html__('Color Gradient', 'my-domain'),
]

Last updated