ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-12 05:58:29
Editing: edd-conditional.php
Cancel
Save Changes
<?php namespace Yoast\WP\SEO\Premium\Conditionals; use Yoast\WP\SEO\Conditionals\Conditional; /** * Conditional that is only met when Easy Digital Downloads is active. */ class EDD_Conditional implements Conditional { /** * Returns `true` when the Easy Digital Downloads plugin is installed and activated. * * @return bool `true` when the Easy Digital Downloads plugin is installed and activated. */ public function is_met() { return \class_exists( 'Easy_Digital_Downloads' ); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete