📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:18:11
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/conditionals
🔄 Refresh
✏️
Editing: woocommerce-conditional.php
Writable
<?php namespace Yoast\WP\SEO\Conditionals; /** * Conditional that is only met when WooCommerce is active. */ class WooCommerce_Conditional implements Conditional { /** * Returns `true` when the WooCommerce plugin is installed and activated. * * @return bool `true` when the WooCommerce plugin is installed and activated. */ public function is_met() { return \class_exists( 'WooCommerce' ); } }
💾 Save Changes
❌ Cancel