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/wp-conte.../plugins/wordpres.../src/config
File: schema-ids.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Config;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Class Schema_IDs.
[5] Fix | Delete
*/
[6] Fix | Delete
class Schema_IDs {
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Hash used for the Author `@id`.
[10] Fix | Delete
*/
[11] Fix | Delete
public const AUTHOR_HASH = '#author';
[12] Fix | Delete
[13] Fix | Delete
/**
[14] Fix | Delete
* Hash used for the Author Logo's `@id`.
[15] Fix | Delete
*/
[16] Fix | Delete
public const AUTHOR_LOGO_HASH = '#authorlogo';
[17] Fix | Delete
[18] Fix | Delete
/**
[19] Fix | Delete
* Hash used for the Breadcrumb's `@id`.
[20] Fix | Delete
*/
[21] Fix | Delete
public const BREADCRUMB_HASH = '#breadcrumb';
[22] Fix | Delete
[23] Fix | Delete
/**
[24] Fix | Delete
* Hash used for the Person `@id`.
[25] Fix | Delete
*/
[26] Fix | Delete
public const PERSON_HASH = '#/schema/person/';
[27] Fix | Delete
[28] Fix | Delete
/**
[29] Fix | Delete
* Hash used for the Article `@id`.
[30] Fix | Delete
*/
[31] Fix | Delete
public const ARTICLE_HASH = '#article';
[32] Fix | Delete
[33] Fix | Delete
/**
[34] Fix | Delete
* Hash used for the Organization `@id`.
[35] Fix | Delete
*/
[36] Fix | Delete
public const ORGANIZATION_HASH = '#organization';
[37] Fix | Delete
[38] Fix | Delete
/**
[39] Fix | Delete
* Hash used for the Organization `@id`.
[40] Fix | Delete
*/
[41] Fix | Delete
public const ORGANIZATION_LOGO_HASH = '#/schema/logo/image/';
[42] Fix | Delete
[43] Fix | Delete
/**
[44] Fix | Delete
* Hash used for the logo `@id`.
[45] Fix | Delete
*/
[46] Fix | Delete
public const PERSON_LOGO_HASH = '#/schema/person/image/';
[47] Fix | Delete
[48] Fix | Delete
/**
[49] Fix | Delete
* Hash used for an Article's primary image `@id`.
[50] Fix | Delete
*/
[51] Fix | Delete
public const PRIMARY_IMAGE_HASH = '#primaryimage';
[52] Fix | Delete
[53] Fix | Delete
/**
[54] Fix | Delete
* Hash used for the Website's `@id`.
[55] Fix | Delete
*/
[56] Fix | Delete
public const WEBSITE_HASH = '#website';
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function