📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:44:17
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
/
third-party
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wordpress-seo/src/conditionals/third-party
🔄 Refresh
✏️
Editing: polylang-conditional.php
Writable
<?php namespace Yoast\WP\SEO\Conditionals\Third_Party; use Yoast\WP\SEO\Conditionals\Conditional; /** * Conditional that is only met when the Polylang plugin is active. */ class Polylang_Conditional implements Conditional { /** * Checks whether the Polylang plugin is installed and active. * * @return bool Whether Polylang is installed and active. */ public function is_met() { return \defined( 'POLYLANG_FILE' ); } }
💾 Save Changes
❌ Cancel