Skip to content
Jeff Behnke edited this page Dec 16, 2015 · 4 revisions

Host List

Settings

The VVV Dashboard scans for WordPress installs. For it to work properly if you have custom paths you can try adding to the search paths in the setting of {VVV}/www/default/dashboard-custom.php

// Custom public paths
$vvv_dash_scan_paths = array('htdocs', 'public');

// Custom content paths
$vvv_dash_wp_content_paths = array('wp-content', 'content');
Clone this wiki locally