options = $options; } /** * Checks whether the breadcrumbs enabled option has been set. * * @return boolean Whether or not the breadcrumbs enabled option has been set. */ public function is_met() { return $this->options->get( 'breadcrumbs-enable' ); } }