NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
entrepot
/
wp-content
/
plugins
/
realpress
/
app
/
Helpers
/
Translation
/
Name
Size
Perms
Actions
📄 PolyLang.php
194 B
0644
Edit
|
Chmod
|
Delete
Editing: PolyLang.php
<?php namespace RealPress\Helpers\Translation; class PolyLang { public static function is_active() { return defined( 'POLYLANG_VERSION' ) && function_exists('pll_current_language'); } }
Cancel