$theme = new Theme();
$options = include(get_template_directory() . '/framework/info.php');
$options['theme_child_name'] = 'Striking Child';
$options['theme_slug'] = 'striking';
$theme->init($options);
$theme = new Theme();
$options = include(get_template_directory() . '/framework/info.php');
$options['theme_child_name'] = 'MyName Child';
$options['theme_slug'] = 'myname';
$theme->init($options);
It looks like you're new here. If you want to get involved, click one of these buttons!