Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
polymastigina
/
wp-content
/
plugins
/
polylang
/
modules
/
wizard
:
load.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?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 ); }