🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 15:51:41 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Options
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Options
🔄 Refresh
✏️
Editing: AdsAccountState.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Options; /** * Class AdsAccountState * * @package Automattic\WooCommerce\GoogleListingsAndAds\Options */ class AdsAccountState extends AccountState { /** * Return the option name. * * @return string */ protected function option_name(): string { return OptionsInterface::ADS_ACCOUNT_STATE; } /** * Return a list of account creation steps. * * @return string[] */ protected function account_creation_steps(): array { return [ 'set_id', 'account_access', 'conversion_action', 'link_merchant', 'billing' ]; } }
💾 Save Changes
❌ Cancel