'share-slugs', 'title' => __( 'Share slugs', 'polylang' ), 'description' => $this->get_description(), 'active_option' => 'preview', ); parent::__construct( $polylang, array_merge( $default, $args ) ); } /** * Returns the module description. * * @since 3.1 * * @return string */ protected function get_description() { return __( 'Allows to share the same URL slug across languages for posts and terms.', 'polylang' ); } }