📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:23:59
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/conditionals
🔄 Refresh
✏️
Editing: jetpack-conditional.php
Writable
<?php namespace Yoast\WP\SEO\Conditionals; /** * Conditional that is only met when Jetpack exists. */ class Jetpack_Conditional implements Conditional { /** * Returns `true` when the Jetpack plugin exists on this * WordPress installation. * * @return bool `true` when the Jetpack plugin exists on this WordPress installation. */ public function is_met() { return \class_exists( 'Jetpack' ); } }
💾 Save Changes
❌ Cancel