options = $options; } /** * Returns whether this conditional is met. * * @return bool Whether the conditional is met. */ public function is_met() { return $this->options->get( 'wincher_automatically_add_keyphrases' ); } }