Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/google-listings-and-ads/src/Exception/InvalidMeta.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Exception; use LogicException; defined( 'ABSPATH' ) || exit; /** * Class InvalidMeta * * @package Automattic\WooCommerce\GoogleListingsAndAds\Exception */ class InvalidMeta extends LogicException implements GoogleListingsAndAdsException { /** * Create a new instance of the exception when an invalid meta key is provided. * * @param string $key The meta key. * * @return static */ public static function invalid_key( string $key ) { return new static( sprintf( 'The meta key "%s" is not valid.', $key ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка