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