Edit File by line
/home/barbar84/www/wp-conte.../plugins/wordpres...
File: wp-seo.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Yoast SEO Plugin.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WPSEO\Main
[4] Fix | Delete
* @copyright Copyright (C) 2008-2021, Yoast BV - support@yoast.com
[5] Fix | Delete
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
[6] Fix | Delete
*
[7] Fix | Delete
* @wordpress-plugin
[8] Fix | Delete
* Plugin Name: Yoast SEO
[9] Fix | Delete
* Version: 17.4
[10] Fix | Delete
* Plugin URI: https://yoa.st/1uj
[11] Fix | Delete
* Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
[12] Fix | Delete
* Author: Team Yoast
[13] Fix | Delete
* Author URI: https://yoa.st/1uk
[14] Fix | Delete
* Text Domain: wordpress-seo
[15] Fix | Delete
* Domain Path: /languages/
[16] Fix | Delete
* License: GPL v3
[17] Fix | Delete
* Requires at least: 5.6
[18] Fix | Delete
* Requires PHP: 5.6.20
[19] Fix | Delete
*
[20] Fix | Delete
* WC requires at least: 3.0
[21] Fix | Delete
* WC tested up to: 5.6
[22] Fix | Delete
*
[23] Fix | Delete
* This program is free software: you can redistribute it and/or modify
[24] Fix | Delete
* it under the terms of the GNU General Public License as published by
[25] Fix | Delete
* the Free Software Foundation, either version 3 of the License, or
[26] Fix | Delete
* (at your option) any later version.
[27] Fix | Delete
*
[28] Fix | Delete
* This program is distributed in the hope that it will be useful,
[29] Fix | Delete
* but WITHOUT ANY WARRANTY; without even the implied warranty of
[30] Fix | Delete
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[31] Fix | Delete
* GNU General Public License for more details.
[32] Fix | Delete
*
[33] Fix | Delete
* You should have received a copy of the GNU General Public License
[34] Fix | Delete
* along with this program. If not, see <http://www.gnu.org/licenses/>.
[35] Fix | Delete
*/
[36] Fix | Delete
[37] Fix | Delete
if ( ! function_exists( 'add_filter' ) ) {
[38] Fix | Delete
header( 'Status: 403 Forbidden' );
[39] Fix | Delete
header( 'HTTP/1.1 403 Forbidden' );
[40] Fix | Delete
exit();
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
if ( ! defined( 'WPSEO_FILE' ) ) {
[44] Fix | Delete
define( 'WPSEO_FILE', __FILE__ );
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
// Load the Yoast SEO plugin.
[48] Fix | Delete
require_once dirname( WPSEO_FILE ) . '/wp-seo-main.php';
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function