__( 'Desktop', 'sellkit' ), 'tablet' => __( 'Tablet', 'sellkit' ), 'mobile' => __( 'Mobile', 'sellkit' ), ]; } /** * It is pro feature or not. * * @since 1.1.0 */ public function is_pro() { return false; } }