Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/google-listings-and-ads/src/Infrastructure/Renderable.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure; defined( 'ABSPATH' ) || exit; /** * Interface Renderable * * Used to designate an object that can be rendered (e.g. views, blocks, shortcodes, etc.). * * @package Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure */ interface Renderable { /** * Render the renderable. * * @param array $context Optional. Contextual information to use while * rendering. Defaults to an empty array. * * @return string Rendered result. */ public function render( array $context = [] ): string; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка