$data Data * * @return array */ public static function installerParams($data) { // disable wp engine plugins $data['fd_plugins'] = array( 'value' => array('pantheon.php'), ); // generare new wp-config.php file $data['wp_config'] = array( 'value' => 'new', 'formStatus' => 'st_infoonly', ); return $data; } }