15 lines
232 B
PHP
15 lines
232 B
PHP
<?php
|
|
declare( strict_types=1 );
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
/**
|
|
* @var \Automattic\WooCommerce\GoogleListingsAndAds\View\PHPView $this
|
|
*/
|
|
|
|
/**
|
|
* @var array $input
|
|
*/
|
|
$input = $this->input;
|
|
|
|
woocommerce_wp_select( $input );
|