Edit File by line
/home/barbar84/www/wp-conte.../plugins/wordpres.../src/config
File: indexing-reasons.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Config;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Class Indexing_Reasons. Contains constants that aren't context specific.
[5] Fix | Delete
*/
[6] Fix | Delete
class Indexing_Reasons {
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Represents the reason that the indexing process failed and should be tried again.
[10] Fix | Delete
*/
[11] Fix | Delete
const REASON_INDEXING_FAILED = 'indexing_failed';
[12] Fix | Delete
[13] Fix | Delete
/**
[14] Fix | Delete
* Represents the reason that the permalink settings are changed.
[15] Fix | Delete
*/
[16] Fix | Delete
const REASON_PERMALINK_SETTINGS = 'permalink_settings_changed';
[17] Fix | Delete
[18] Fix | Delete
/**
[19] Fix | Delete
* Represents the reason that the category base is changed.
[20] Fix | Delete
*/
[21] Fix | Delete
const REASON_CATEGORY_BASE_PREFIX = 'category_base_changed';
[22] Fix | Delete
[23] Fix | Delete
/**
[24] Fix | Delete
* Represents the reason that the tag base is changed.
[25] Fix | Delete
*/
[26] Fix | Delete
const REASON_TAG_BASE_PREFIX = 'tag_base_changed';
[27] Fix | Delete
[28] Fix | Delete
/**
[29] Fix | Delete
* Represents the reason that the home url option is changed.
[30] Fix | Delete
*/
[31] Fix | Delete
const REASON_HOME_URL_OPTION = 'home_url_option_changed';
[32] Fix | Delete
}
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function