FileMaster
Search
Toggle Dark Mode
Home
/
.
/
kiara
/
wp-content
/
plugins
/
pinterest-for-woocommerce
/
views
/
inputs
Edit File: 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 );
Save
Back