options = $options; } /** * Returns `true` whether the headless REST endpoints have been enabled. * * @returns boolean `true` when the headless REST endpoints have been enabled. */ public function is_met() { return $this->options->get( 'enable_headless_rest_endpoints' ); } }