Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/google-listings-and-ads/src/API/Google/Query/AdsBillingStatusQuery.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Query; defined( 'ABSPATH' ) || exit; /** * Class AdsBillingStatusQuery * * @package Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Query */ class AdsBillingStatusQuery extends AdsQuery { /** * AdsBillingStatusQuery constructor. */ public function __construct() { parent::__construct( 'billing_setup' ); $this->columns( [ 'status' => 'billing_setup.status', 'start_date_time' => 'billing_setup.start_date_time', ] ); $this->set_order( 'start_date_time', 'DESC' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка