| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Translation/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Translation/PolyLang.php |
<?php
namespace RealPress\Helpers\Translation;
class PolyLang {
public static function is_active() {
return defined( 'POLYLANG_VERSION' ) && function_exists('pll_current_language');
}
}