Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/src/helpers/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/src/helpers/artisan.php

<?php

use ThemeXpert\View\View;

/**
 * Rendering view from the given view file.
 *
 * @param $file
 * @param $data
 *
 * @return string
 */
function wpvention_view($file, $data)
{
    return View::getInstance()->make($file, $data);
}