Switch date/time to number for cookie life
This commit is contained in:
@ -50,7 +50,7 @@ $cwv3_op_data = array(
|
|||||||
'death' => array(
|
'death' => array(
|
||||||
'name' => __( 'Cookie Life', 'cwv3' ),
|
'name' => __( 'Cookie Life', 'cwv3' ),
|
||||||
'desc' => __( 'Time in days for the cookie to expire', 'cwv3' ),
|
'desc' => __( 'Time in days for the cookie to expire', 'cwv3' ),
|
||||||
'type' => 'text',
|
'type' => 'number',
|
||||||
'def' => '1',
|
'def' => '1',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user