'machine_translation', 'title' => __( 'Machine Translation', 'polylang' ), 'description' => __( 'Allows linkage to DeepL Translate.', 'polylang' ), 'active_option' => 'preview', ); parent::__construct( $polylang, array_merge( $default, $args ) ); } }