| @@ -162,12 +162,8 @@ | ||
| 162 | 162 | public function get_enable_llms_txt(): bool { |
| 163 | 163 | return $this->enable_llms_txt; |
| 164 | 164 | } |
| 165 | 165 | |
| 166 | - public function set_enable_llms_txt( bool $llmstxt_enabled ): void { | |
| 167 | - $this->enable_llms_txt = $llmstxt_enabled; | |
| 168 | - } | |
| 169 | - | |
| 170 | 166 | public function get_optin_mcp(): bool { |
| 171 | 167 | return $this->optin_mcp; |
| 172 | 168 | } |
| 173 | 169 | |