Edit File by line
/home/barbar84/www/wp-conte.../plugins/wordpres.../src/presente.../webmaste...
File: yandex-presenter.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Presenters\Webmaster;
[2] Fix | Delete
[3] Fix | Delete
use Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter;
[4] Fix | Delete
[5] Fix | Delete
/**
[6] Fix | Delete
* Presenter class for the Yandex Webmaster verification setting.
[7] Fix | Delete
*/
[8] Fix | Delete
class Yandex_Presenter extends Abstract_Indexable_Tag_Presenter {
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* The tag key name.
[12] Fix | Delete
*
[13] Fix | Delete
* @var string
[14] Fix | Delete
*/
[15] Fix | Delete
protected $key = 'yandex-verification';
[16] Fix | Delete
[17] Fix | Delete
/**
[18] Fix | Delete
* Retrieves the webmaster tool site verification value from the settings.
[19] Fix | Delete
*
[20] Fix | Delete
* @return string The webmaster tool site verification value.
[21] Fix | Delete
*/
[22] Fix | Delete
public function get() {
[23] Fix | Delete
return $this->helpers->options->get( 'yandexverify', '' );
[24] Fix | Delete
}
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function