📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:20:10
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wpseo-local
/
src
/
conditionals
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wpseo-local/src/conditionals
🔄 Refresh
✏️
Editing: no-conditionals-trait.php
Writable
<?php /** * Yoast SEO plugin file. * * @package Yoast\YoastSEO\Conditionals */ namespace Yoast\WP\Local\Conditionals; /** * Trait for integrations that do not have any conditionals. */ trait No_Conditionals { /** * Returns an empty array, meaning no conditionals are required to load whatever uses this trait. * * @return array The conditionals that must be met to load this. */ public static function get_conditionals() { return []; } }
💾 Save Changes
❌ Cancel