Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
$host = parse_url('http://'.getenv('HTTP_HOST'));
$host = $host['host'];
if (strpos($host,'www.') === 0) $host = str_replace('www.','',$host);
$host = str_replace('.','',str_replace('-','_',$host));
$table_prefix .= $host.'_';
unset($host);
А на идкесацию влиять как нибудь будет?