📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 17:53:34
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
admin
/
links
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/links
🔄 Refresh
✏️
Editing: class-link-table-accessible-notifier.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Links */ /** * Represents the notice when the table is not accessible. */ class WPSEO_Link_Table_Accessible_Notifier { /** * Adds the notification to the notification center. * * @deprecated 14.1 * * @codeCoverageIgnore */ public function add_notification() { _deprecated_function( __METHOD__, 'WPSEO 14.1' ); } /** * Removes the notification from the notification center. * * @deprecated 14.1 * * @codeCoverageIgnore */ public function remove_notification() { _deprecated_function( __METHOD__, 'WPSEO 14.1' ); } /** * Returns the notification when the table is not accessible. * * @deprecated 14.1 * * @codeCoverageIgnore * * @return Yoast_Notification|null The notification. */ protected function get_notification() { _deprecated_function( __METHOD__, 'WPSEO 14.1' ); return null; } }
💾 Save Changes
❌ Cancel