Some of the features mentioned in this document only work on the beta or Dev channel. To change your channel:
- chrome://help in a browser window
- Click Detailed Build Information
- Change Channel
- Select Beta (Or Dev, if you're feeling adventurous)
| <?php | |
| /* Replace database connection information in wp-config.php */ | |
| // Get the host | |
| $host = $_SERVER['HTTP_HOST']; | |
| if( $host === 'local.website.com' || $host === 'localhost:8888' ){ | |
| // ** MySQL settings - You can get this info from your web host ** // |