Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/google-listings-and-ads/src/PluginFactory.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds; use Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure\GoogleListingsAndAdsPlugin; /** * PluginFactory class. * * This is responsible for instantiating a Plugin object and returning the same object. * * @package Automattic\WooCommerce\GoogleListingsAndAds */ final class PluginFactory { /** * Get the instance of the Plugin object. * * @return GoogleListingsAndAdsPlugin */ public static function instance() { static $plugin = null; if ( null === $plugin ) { $plugin = new GoogleListingsAndAdsPlugin( woogle_get_container() ); } return $plugin; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка