Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/google-listings-and-ads/src/Tracking/Events/BaseEvent.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Tracking\Events; use Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper; use Automattic\WooCommerce\GoogleListingsAndAds\Tracking\TracksAwareInterface; use Automattic\WooCommerce\GoogleListingsAndAds\Tracking\TracksAwareTrait; /** * Class BaseEvent * * @package Automattic\WooCommerce\GoogleListingsAndAds\Tracking\Events */ abstract class BaseEvent implements TracksEventInterface, TracksAwareInterface { use TracksAwareTrait; use PluginHelper; /** * Record an event using the Tracks instance. * * @param string $event_name The event name to record. * @param array $properties (Optional) Properties to record with the event. */ protected function record_event( string $event_name, $properties = [] ) { $this->tracks->record_event( $event_name, $properties ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка