'; $html .= 'There are not settings for this plugin at the moment.'; $html .= ''; return $html; } public function siteHead(){ $html = ''; return $html; } public function siteBodyEnd() { $html = PHP_EOL.''.PHP_EOL; return $html; } }