Current Path : /home/fotouserdopd8j/www/wp-content/plugins/pinterest-for-woocommerce/views/inputs/ |
Current File : /home/fotouserdopd8j/www/wp-content/plugins/pinterest-for-woocommerce/views/inputs/select.php |
<?php /** * Input. * * @package Automattic\WooCommerce\Pinterest\View\PHPView */ declare( strict_types=1 ); defined( 'ABSPATH' ) || exit; /** * PHP View. * * @var \Automattic\WooCommerce\Pinterest\View\PHPView $this */ /** * Input. * * @var array $input */ $input = $this->input; woocommerce_wp_select( $input );