Файловый менеджер - Редактировать - /home/beautybuzzbeyond/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SearchAppearance.php
Назад
<?php namespace AIOSEO\Plugin\Common\ImportExport; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Migrates the Search Appearance settings. * * @since 4.0.0 */ abstract class SearchAppearance { /** * The schema graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedSchemaGraphs = [ 'none', 'WebPage', 'Article' ]; /** * The WebPage graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedWebPageGraphs = [ 'AboutPage', 'CollectionPage', 'ContactPage', 'FAQPage', 'ItemPage', 'ProfilePage', 'RealEstateListing', 'SearchResultsPage', 'WebPage' ]; /** * The Article graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedArticleGraphs = [ 'Article', 'BlogPosting', 'NewsArticle' ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка