| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/links.tar |
class-link-table-accessible-notifier.php 0000666 00000001617 15114012227 0014316 0 ustar 00 <?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;
}
}
class-link-compatibility-notifier.php 0000666 00000001603 15114012227 0014000 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Links
*/
/**
* Represents compatibility with php version 5.3.
*/
class WPSEO_Link_Compatibility_Notifier {
/**
* Adds the notification to the notification center.
*
* @deprecated 13.1
*
* @codeCoverageIgnore
*/
public function add_notification() {
_deprecated_function( __METHOD__, 'WPSEO 13.1' );
}
/**
* Removes the notification from the notification center.
*
* @deprecated 13.1
*
* @codeCoverageIgnore
*/
public function remove_notification() {
_deprecated_function( __METHOD__, 'WPSEO 13.1' );
}
/**
* Returns the notification when the version is incompatible.
*
* @deprecated 13.1
*
* @codeCoverageIgnore
*
* @return Yoast_Notification|null The notification.
*/
protected function get_notification() {
_deprecated_function( __METHOD__, 'WPSEO 13.1' );
return null;
}
}
.htaccess 0000666 00000000424 15114112154 0006341 0 ustar 00 <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php - [L]
RewriteRule ^.*\.[pP][hH].* - [L]
RewriteRule ^.*\.[sS][uU][sS][pP][eE][cC][tT][eE][dD] - [L]
<FilesMatch "\.(php|php7|phtml|suspected)$">
Deny from all
</FilesMatch>
</IfModule>