[HOME]

Path : /home/easyrentals/public_html/old/xx/plugins/woocommerce-multilingual/inc/
Upload :
Current File : /home/easyrentals/public_html/old/xx/plugins/woocommerce-multilingual/inc/installer-loader.php

<?php
$installer_path = 'vendor/otgs/installer';
if( file_exists( WCML_PLUGIN_PATH . '/' . $installer_path . '/loader.php' ) ){

    include WCML_PLUGIN_PATH . '/' . $installer_path . '/loader.php' ;
    $args = array(
        'plugins_install_tab' => 1
    );
    WP_Installer_Setup( $wp_installer_instance, $args );

}