PluginProbe
Hostinger Tools / 3.0.49
Hostinger Tools v3.0.49
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | includes/Admin/Options/PluginOptions.php +0 -4 3.0.703.0.49 View file →
@@ -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