/home/sylamedg/public_html/wp-content/plugins/convertpro/includes/Template/create-view.php
<?php
$scope = "create";
$text = esc_html__("Create New Test", "convertpro");
$test = (object) [
    'name' => '',
    'variations' =>  [
        (object) [
            'id' => 'null',
            'name' => 'v1',
            'percentage' => '50',
            'class_name' => uniqid('celm-')
        ],
        (object) [
            'id' => null,
            'name' => 'v2',
            'percentage' => '50',
            'class_name' => uniqid('celm-')
        ]
    ]
];


include(__DIR__ . "/form-view.php");