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-13 03:55:33
Editing: integrations-page.php
Cancel
Save Changes
<?php namespace Yoast\WP\SEO\Premium\Integrations\Admin; use Yoast\WP\SEO\Conditionals\Admin_Conditional; use Yoast\WP\SEO\Helpers\Options_Helper; use Yoast\WP\SEO\Integrations\Integration_Interface; /** * Integrations_Page class * * @deprecated 20.7 * @codeCoverageIgnore */ class Integrations_Page implements Integration_Interface { /** * The options helper. * * @var Options_Helper */ private $options_helper; /** * {@inheritDoc} * * @deprecated 20.7 * @codeCoverageIgnore */ public static function get_conditionals() { \deprecated_function( __METHOD__, 'Yoast SEO Premium 20.7' ); return [ Admin_Conditional::class ]; } /** * Workouts_Integration constructor. * * @deprecated 20.7 * @codeCoverageIgnore * * @param Options_Helper $options_helper The options helper. */ public function __construct( Options_Helper $options_helper ) { \deprecated_function( __METHOD__, 'Yoast SEO Premium 20.7' ); $this->options_helper = $options_helper; } /** * {@inheritDoc} * * @deprecated 20.7 * @codeCoverageIgnore */ public function register_hooks() { \deprecated_function( __METHOD__, 'Yoast SEO Premium 20.7' ); } /** * Enqueue the workouts app. * * @deprecated 20.7 * @codeCoverageIgnore */ public function enqueue_assets() { \deprecated_function( __METHOD__, 'Yoast SEO Premium 20.7' ); } }
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