🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 12:41:49 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Assets
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Assets
🔄 Refresh
✏️
Editing: AdminScriptAsset.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Assets; /** * Class AdminScriptAsset * * @package Automattic\WooCommerce\GoogleListingsAndAds\Assets */ class AdminScriptAsset extends ScriptAsset { use AdminAssetHelper; /** * Get the condition callback to run when enqueuing the asset. * * The asset will only be enqueued if the callback returns true. * * @return bool */ public function can_enqueue(): bool { return is_admin() && parent::can_enqueue(); } }
💾 Save Changes
❌ Cancel