Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/google-listings-and-ads/src/DB/Migration/AbstractMigration.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\DB\Migration; use wpdb; defined( 'ABSPATH' ) || exit; /** * Class AbstractMigration * * @package Automattic\WooCommerce\GoogleListingsAndAds\DB\Migration * * @since 1.4.1 */ abstract class AbstractMigration implements MigrationInterface { /** * @var wpdb */ protected $wpdb; /** * AbstractMigration constructor. * * @param wpdb $wpdb The wpdb object. */ public function __construct( wpdb $wpdb ) { $this->wpdb = $wpdb; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка