options = $options; } /** * Returns `true` when the Open Graph feature is enabled. * * @returns boolean `true` when the Open Graph feature is enabled. */ public function is_met() { return $this->options->get( 'opengraph' ) === true; } }