Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/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
public 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
public 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
public 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
public 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
public const REASON_HOME_URL_OPTION = 'home_url_option_changed';
[32] Fix | Delete
[33] Fix | Delete
/**
[34] Fix | Delete
* Represents the reason that a post type has been made public.
[35] Fix | Delete
*/
[36] Fix | Delete
public const REASON_POST_TYPE_MADE_PUBLIC = 'post_type_made_public';
[37] Fix | Delete
[38] Fix | Delete
/**
[39] Fix | Delete
* Represents the reason that a post type has been made viewable.
[40] Fix | Delete
*/
[41] Fix | Delete
public const REASON_TAXONOMY_MADE_PUBLIC = 'taxonomy_made_public';
[42] Fix | Delete
[43] Fix | Delete
/**
[44] Fix | Delete
* Represents the reason that attachments have stopped being redirected.
[45] Fix | Delete
*/
[46] Fix | Delete
public const REASON_ATTACHMENTS_MADE_ENABLED = 'attachments_made_enabled';
[47] Fix | Delete
}
[48] Fix | Delete
[49] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function