'Temporary', 'text' => esc_html__( 'The deactivation is temporary', 'litespeed-cache' ), 'id' => 'temp', ], [ 'value' => 'Performance worse', 'text' => esc_html__( 'Site performance is worse', 'litespeed-cache' ), 'id' => 'performance', ], [ 'value' => 'Plugin complicated', 'text' => esc_html__( 'Plugin is too complicated', 'litespeed-cache' ), 'id' => 'complicated', ], [ 'value' => 'Other', 'text' => esc_html__( 'Other', 'litespeed-cache' ), 'id' => 'other', ], [ // Empty value is treated as "do not send" by the submit handler below. 'value' => '', 'text' => esc_html__( 'Prefer not to answer', 'litespeed-cache' ), 'id' => 'prefer_not_answer', 'selected' => true, ], ]; ?>