File "load.php"
Full Path: /home/apmablcosr/www/wp-content/plugins/polylang/modules/wizard/load.php
File size: 230 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Loads the setup wizard.
*
* @package Polylang
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly
}
if ( $polylang instanceof PLL_Admin_Base ) {
$polylang->wizard = new PLL_Wizard( $polylang );
}