🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:25:54 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
views
/
inputs
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/views/inputs
🔄 Refresh
✏️
Editing: checkbox.php
Writable
<?php declare( strict_types=1 ); defined( 'ABSPATH' ) || exit; /** * @var \Automattic\WooCommerce\GoogleListingsAndAds\View\PHPView $this */ /** * @var array $input */ $input = $this->input; $input['value'] = $input['value'] ?? false; $input['value'] = wc_bool_to_string( $input['value'] ); $input['wrapper_class'] = sprintf( '%s %s', $input['wrapper_class'] ?? '', 'options' ); woocommerce_wp_checkbox( $input );
💾 Save Changes
❌ Cancel