Files
wingedit.pl/wp-content/plugins/polylang/modules/wizard/load.php
2024-11-04 20:48:19 +01:00

15 lines
231 B
PHP

<?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 );
}