slug = $slug; } /** * Get the unique slug for url usage. * * @since 0.8 * @return Slug */ public function get_slug() { return $this->slug; } }