diff --git a/changelog.txt b/changelog.txt index c018a4c3c6..f4b9695bae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ *** WooCommerce Google Listings and Ads Changelog *** += 2.6.5 - 2024-04-04 = +* Dev - Update test proxy port. +* Tweak - Show Review Inbox Notices when 11 clicks and 1 Conversion. + = 2.6.4 - 2024-03-26 = * Add - Filter WC REST API responses for gla_syncable param. * Add - Missing functions for the WPCOM OAuth flow. diff --git a/google-listings-and-ads.php b/google-listings-and-ads.php index 871dbd36c6..49a12489c8 100644 --- a/google-listings-and-ads.php +++ b/google-listings-and-ads.php @@ -3,7 +3,7 @@ * Plugin Name: Google Listings and Ads * Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/ * Description: Native integration with Google that allows merchants to easily display their products across Google’s network. - * Version: 2.6.4 + * Version: 2.6.5 * Author: WooCommerce * Author URI: https://woo.com/ * Text Domain: google-listings-and-ads @@ -30,7 +30,7 @@ defined( 'ABSPATH' ) || exit; -define( 'WC_GLA_VERSION', '2.6.4' ); // WRCS: DEFINED_VERSION. +define( 'WC_GLA_VERSION', '2.6.5' ); // WRCS: DEFINED_VERSION. define( 'WC_GLA_MIN_PHP_VER', '7.4' ); define( 'WC_GLA_MIN_WC_VER', '6.9' ); diff --git a/package-lock.json b/package-lock.json index 0c22cd4929..14cdea3153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "google-listings-and-ads", - "version": "2.6.4", + "version": "2.6.5", "lockfileVersion": 2, "requires": true, "packages": { @@ -11343,13 +11343,13 @@ "dev": true }, "node_modules/body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dev": true, "dependencies": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -11357,7 +11357,7 @@ "iconv-lite": "0.4.24", "on-finished": "2.4.1", "qs": "6.11.0", - "raw-body": "2.5.1", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" }, @@ -12528,9 +12528,9 @@ } }, "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "dev": true, "engines": { "node": ">= 0.6" @@ -12542,9 +12542,9 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "dev": true, "engines": { "node": ">= 0.6" @@ -15323,17 +15323,17 @@ } }, "node_modules/express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.1", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -24187,9 +24187,9 @@ } }, "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dev": true, "dependencies": { "bytes": "3.1.2", @@ -36935,13 +36935,13 @@ "dev": true }, "body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dev": true, "requires": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -36949,7 +36949,7 @@ "iconv-lite": "0.4.24", "on-finished": "2.4.1", "qs": "6.11.0", - "raw-body": "2.5.1", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" }, @@ -37861,9 +37861,9 @@ } }, "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "dev": true }, "convert-source-map": { @@ -37872,9 +37872,9 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "dev": true }, "cookie-signature": { @@ -39976,17 +39976,17 @@ "dev": true }, "express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dev": true, "requires": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.1", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -46554,9 +46554,9 @@ "dev": true }, "raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dev": true, "requires": { "bytes": "3.1.2", diff --git a/package.json b/package.json index 9e3efa872c..fbfd5a32a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-listings-and-ads", "title": "Google Listings and Ads", - "version": "2.6.4", + "version": "2.6.5", "description": "google-listings-and-ads", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 4df1ff46d7..c523361fd7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 5.9 Tested up to: 6.5 Requires PHP: 7.4 Requires PHP Architecture: 64 Bits -Stable tag: 2.6.4 +Stable tag: 2.6.5 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -111,6 +111,10 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis == Changelog == += 2.6.5 - 2024-04-04 = +* Dev - Update test proxy port. +* Tweak - Show Review Inbox Notices when 11 clicks and 1 Conversion. + = 2.6.4 - 2024-03-26 = * Add - Filter WC REST API responses for gla_syncable param. * Add - Missing functions for the WPCOM OAuth flow. @@ -127,11 +131,4 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis * Update - Set default connect server URL to api.woocommerce.com. * Update is_gtag_page to support Google Analytics for WooCommerce version 2.0.0+. -= 2.6.2 - 2024-03-12 = -* Dev - Fix E2E tests for gtags consent mode. -* Fix - Fatal error when getAdsLinks response is null. -* Fix - WordPress 6.4 Compatibility: The modal closed event is not sent when clicking on its overlay. -* Tweak - WC 8.7 compatibility. -* Tweak - WP 6.5 compatibility. - [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt). diff --git a/src/Hooks/README.md b/src/Hooks/README.md index be68944b4b..289922fa8d 100644 --- a/src/Hooks/README.md +++ b/src/Hooks/README.md @@ -8,7 +8,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [BulkEditInitializer.php#L36](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/BulkEdit/BulkEditInitializer.php#L36) +- [BulkEditInitializer.php#L36](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/BulkEdit/BulkEditInitializer.php#L36) ## woocommerce_admin_disabled @@ -16,7 +16,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCAdminValidator.php#L38](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Internal/Requirements/WCAdminValidator.php#L38) +- [WCAdminValidator.php#L38](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Internal/Requirements/WCAdminValidator.php#L38) ## woocommerce_gla_ads_billing_setup_status @@ -24,8 +24,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Ads.php#L112](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L112) -- [Ads.php#L121](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L121) +- [Ads.php#L112](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L112) +- [Ads.php#L121](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L121) ## woocommerce_gla_ads_client_exception @@ -33,24 +33,24 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AdsAssetGroup.php#L113](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsAssetGroup.php#L113) -- [AdsAssetGroup.php#L304](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsAssetGroup.php#L304) -- [AdsAssetGroup.php#L368](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsAssetGroup.php#L368) -- [AdsAssetGroupAsset.php#L135](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsAssetGroupAsset.php#L135) -- [AdsAssetGroupAsset.php#L201](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsAssetGroupAsset.php#L201) -- [Ads.php#L73](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L73) -- [Ads.php#L117](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L117) -- [Ads.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L172) -- [Ads.php#L214](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L214) -- [Ads.php#L298](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Ads.php#L298) -- [AdsCampaign.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsCampaign.php#L140) -- [AdsCampaign.php#L183](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsCampaign.php#L183) -- [AdsCampaign.php#L246](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsCampaign.php#L246) -- [AdsCampaign.php#L301](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsCampaign.php#L301) -- [AdsCampaign.php#L338](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsCampaign.php#L338) -- [AdsReport.php#L105](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsReport.php#L105) -- [AdsConversionAction.php#L97](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsConversionAction.php#L97) -- [AdsConversionAction.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsConversionAction.php#L143) +- [AdsAssetGroup.php#L113](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsAssetGroup.php#L113) +- [AdsAssetGroup.php#L304](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsAssetGroup.php#L304) +- [AdsAssetGroup.php#L368](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsAssetGroup.php#L368) +- [AdsCampaign.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsCampaign.php#L140) +- [AdsCampaign.php#L183](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsCampaign.php#L183) +- [AdsCampaign.php#L246](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsCampaign.php#L246) +- [AdsCampaign.php#L301](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsCampaign.php#L301) +- [AdsCampaign.php#L338](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsCampaign.php#L338) +- [AdsConversionAction.php#L97](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsConversionAction.php#L97) +- [AdsConversionAction.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsConversionAction.php#L143) +- [AdsReport.php#L105](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsReport.php#L105) +- [Ads.php#L73](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L73) +- [Ads.php#L117](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L117) +- [Ads.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L172) +- [Ads.php#L214](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L214) +- [Ads.php#L298](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Ads.php#L298) +- [AdsAssetGroupAsset.php#L135](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsAssetGroupAsset.php#L135) +- [AdsAssetGroupAsset.php#L201](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsAssetGroupAsset.php#L201) ## woocommerce_gla_ads_setup_completed @@ -58,7 +58,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SetupCompleteController.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/Ads/SetupCompleteController.php#L66) +- [SetupCompleteController.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/Ads/SetupCompleteController.php#L66) ## woocommerce_gla_attribute_applicable_product_types_ @@ -66,8 +66,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributeManager.php#L295](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/Attributes/AttributeManager.php#L295) -- [AttributesForm.php#L98](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Product/Attributes/AttributesForm.php#L98) +- [AttributeManager.php#L295](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/Attributes/AttributeManager.php#L295) +- [AttributesForm.php#L98](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Product/Attributes/AttributesForm.php#L98) ## woocommerce_gla_attribute_hidden_product_types_ @@ -75,7 +75,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributesForm.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Product/Attributes/AttributesForm.php#L103) +- [AttributesForm.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Product/Attributes/AttributesForm.php#L103) ## woocommerce_gla_attribute_mapping_sources @@ -83,7 +83,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IsFieldTrait.php#L31](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L31) +- [IsFieldTrait.php#L31](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L31) ## woocommerce_gla_attribute_mapping_sources_custom_attributes @@ -91,7 +91,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IsFieldTrait.php#L125](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L125) +- [IsFieldTrait.php#L125](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L125) ## woocommerce_gla_attribute_mapping_sources_global_attributes @@ -99,7 +99,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IsFieldTrait.php#L64](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L64) +- [IsFieldTrait.php#L64](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L64) ## woocommerce_gla_attribute_mapping_sources_product_fields @@ -107,7 +107,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IsFieldTrait.php#L115](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L115) +- [IsFieldTrait.php#L115](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L115) ## woocommerce_gla_attribute_mapping_sources_taxonomies @@ -115,7 +115,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IsFieldTrait.php#L65](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L65) +- [IsFieldTrait.php#L65](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/AttributeMapping/Traits/IsFieldTrait.php#L65) ## woocommerce_gla_attributes_tab_applicable_product_types @@ -123,7 +123,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributesTrait.php#L18](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Product/Attributes/AttributesTrait.php#L18) +- [AttributesTrait.php#L18](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Product/Attributes/AttributesTrait.php#L18) ## woocommerce_gla_batch_deleted_products @@ -131,7 +131,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L229](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L229) +- [ProductSyncer.php#L229](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L229) ## woocommerce_gla_batch_retry_delete_products @@ -139,7 +139,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L343](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L343) +- [ProductSyncer.php#L343](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L343) ## woocommerce_gla_batch_retry_update_products @@ -147,7 +147,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L287](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L287) +- [ProductSyncer.php#L287](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L287) ## woocommerce_gla_batch_updated_products @@ -155,7 +155,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L143) +- [ProductSyncer.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L143) ## woocommerce_gla_batched_job_size @@ -163,8 +163,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AbstractBatchedActionSchedulerJob.php#L104](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/AbstractBatchedActionSchedulerJob.php#L104) -- [UpdateSyncableProductsCount.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/UpdateSyncableProductsCount.php#L74) +- [UpdateSyncableProductsCount.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/UpdateSyncableProductsCount.php#L74) +- [AbstractBatchedActionSchedulerJob.php#L104](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/AbstractBatchedActionSchedulerJob.php#L104) ## woocommerce_gla_bulk_update_coupon @@ -172,7 +172,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponBulkEdit.php#L133](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/BulkEdit/CouponBulkEdit.php#L133) +- [CouponBulkEdit.php#L133](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/BulkEdit/CouponBulkEdit.php#L133) ## woocommerce_gla_conversion_action_name @@ -180,7 +180,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AdsConversionAction.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/AdsConversionAction.php#L66) +- [AdsConversionAction.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/AdsConversionAction.php#L66) ## woocommerce_gla_coupon_destinations @@ -188,7 +188,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCCouponAdapter.php#L391](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/WCCouponAdapter.php#L391) +- [WCCouponAdapter.php#L391](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/WCCouponAdapter.php#L391) ## woocommerce_gla_coupons_delete_retry_on_failure @@ -196,7 +196,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L438](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L438) +- [CouponSyncer.php#L438](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L438) ## woocommerce_gla_coupons_update_retry_on_failure @@ -204,7 +204,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L400](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L400) +- [CouponSyncer.php#L400](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L400) ## woocommerce_gla_custom_merchant_issues @@ -212,7 +212,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantStatuses.php#L533](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L533) +- [MerchantStatuses.php#L533](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L533) ## woocommerce_gla_debug_message @@ -220,39 +220,39 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductMetaQueryHelper.php#L109](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/DB/ProductMetaQueryHelper.php#L109) -- [ProductMetaQueryHelper.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/DB/ProductMetaQueryHelper.php#L140) -- [MerchantStatuses.php#L413](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L413) -- [MerchantStatuses.php#L662](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L662) -- [MerchantStatuses.php#L911](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L911) -- [MerchantCenterService.php#L305](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantCenterService.php#L305) -- [ProductSyncer.php#L149](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L149) -- [ProductSyncer.php#L159](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L159) -- [ProductSyncer.php#L235](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L235) -- [ProductSyncer.php#L245](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L245) -- [ProductRepository.php#L315](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductRepository.php#L315) -- [ProductHelper.php#L483](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L483) -- [ProductHelper.php#L516](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L516) -- [SyncerHooks.php#L197](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/SyncerHooks.php#L197) -- [BatchProductHelper.php#L208](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/BatchProductHelper.php#L208) -- [BatchProductHelper.php#L231](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/BatchProductHelper.php#L231) -- [WCProductAdapter.php#L205](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L205) -- [IssuesController.php#L95](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/IssuesController.php#L95) -- [ActionSchedulerJobMonitor.php#L117](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/ActionSchedulerJobMonitor.php#L117) -- [ActionSchedulerJobMonitor.php#L126](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/ActionSchedulerJobMonitor.php#L126) -- [CleanupSyncedProducts.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/CleanupSyncedProducts.php#L74) -- [CouponHelper.php#L257](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponHelper.php#L257) -- [CouponHelper.php#L294](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponHelper.php#L294) -- [CouponSyncer.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L103) -- [CouponSyncer.php#L116](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L116) -- [CouponSyncer.php#L141](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L141) -- [CouponSyncer.php#L155](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L155) -- [CouponSyncer.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L172) -- [CouponSyncer.php#L195](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L195) -- [CouponSyncer.php#L260](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L260) -- [CouponSyncer.php#L309](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L309) -- [CouponSyncer.php#L328](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L328) -- [SyncerHooks.php#L178](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/SyncerHooks.php#L178) +- [ProductRepository.php#L315](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductRepository.php#L315) +- [SyncerHooks.php#L197](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/SyncerHooks.php#L197) +- [BatchProductHelper.php#L208](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/BatchProductHelper.php#L208) +- [BatchProductHelper.php#L231](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/BatchProductHelper.php#L231) +- [ProductSyncer.php#L149](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L149) +- [ProductSyncer.php#L159](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L159) +- [ProductSyncer.php#L235](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L235) +- [ProductSyncer.php#L245](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L245) +- [WCProductAdapter.php#L205](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L205) +- [ProductHelper.php#L483](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L483) +- [ProductHelper.php#L516](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L516) +- [CouponSyncer.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L103) +- [CouponSyncer.php#L116](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L116) +- [CouponSyncer.php#L141](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L141) +- [CouponSyncer.php#L155](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L155) +- [CouponSyncer.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L172) +- [CouponSyncer.php#L195](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L195) +- [CouponSyncer.php#L260](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L260) +- [CouponSyncer.php#L309](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L309) +- [CouponSyncer.php#L328](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L328) +- [SyncerHooks.php#L178](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/SyncerHooks.php#L178) +- [CouponHelper.php#L257](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponHelper.php#L257) +- [CouponHelper.php#L294](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponHelper.php#L294) +- [CleanupSyncedProducts.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/CleanupSyncedProducts.php#L74) +- [ActionSchedulerJobMonitor.php#L117](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/ActionSchedulerJobMonitor.php#L117) +- [ActionSchedulerJobMonitor.php#L126](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/ActionSchedulerJobMonitor.php#L126) +- [ProductMetaQueryHelper.php#L109](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/DB/ProductMetaQueryHelper.php#L109) +- [ProductMetaQueryHelper.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/DB/ProductMetaQueryHelper.php#L140) +- [IssuesController.php#L95](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/IssuesController.php#L95) +- [MerchantCenterService.php#L305](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantCenterService.php#L305) +- [MerchantStatuses.php#L413](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L413) +- [MerchantStatuses.php#L662](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L662) +- [MerchantStatuses.php#L911](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L911) ## woocommerce_gla_deleted_promotions @@ -260,7 +260,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L322](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L322) +- [CouponSyncer.php#L322](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L322) ## woocommerce_gla_dimension_unit @@ -268,7 +268,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L430](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L430) +- [WCProductAdapter.php#L430](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L430) ## woocommerce_gla_disable_gtag_tracking @@ -276,7 +276,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [GlobalSiteTag.php#L526](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Google/GlobalSiteTag.php#L526) +- [GlobalSiteTag.php#L526](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Google/GlobalSiteTag.php#L526) ## woocommerce_gla_enable_connection_test @@ -284,7 +284,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ConnectionTest.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/ConnectionTest.php#L87) +- [ConnectionTest.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/ConnectionTest.php#L87) ## woocommerce_gla_enable_debug_logging @@ -292,7 +292,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [DebugLogger.php#L33](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Logging/DebugLogger.php#L33) +- [DebugLogger.php#L33](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Logging/DebugLogger.php#L33) ## woocommerce_gla_enable_mcm @@ -300,7 +300,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [GLAChannel.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MultichannelMarketing/GLAChannel.php#L75) +- [GLAChannel.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MultichannelMarketing/GLAChannel.php#L75) ## woocommerce_gla_enable_reports @@ -308,7 +308,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Admin.php#L271](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Admin.php#L271) +- [Admin.php#L271](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Admin.php#L271) ## woocommerce_gla_error @@ -316,23 +316,23 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductMetaQueryHelper.php#L156](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/DB/ProductMetaQueryHelper.php#L156) -- [ProductSyncer.php#L290](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L290) -- [ProductSyncer.php#L313](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L313) -- [ProductSyncer.php#L346](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L346) -- [ProductSyncer.php#L361](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L361) -- [ProductHelper.php#L375](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L375) -- [ProductHelper.php#L592](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L592) -- [ProductMetaHandler.php#L173](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductMetaHandler.php#L173) -- [BatchProductHelper.php#L248](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/BatchProductHelper.php#L248) -- [AttributeManager.php#L269](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/Attributes/AttributeManager.php#L269) -- [PHPView.php#L136](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/View/PHPView.php#L136) -- [PHPView.php#L164](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/View/PHPView.php#L164) -- [PHPView.php#L208](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/View/PHPView.php#L208) -- [CouponMetaHandler.php#L220](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponMetaHandler.php#L220) -- [CouponSyncer.php#L410](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L410) -- [CouponSyncer.php#L448](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L448) -- [CouponSyncer.php#L466](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L466) +- [ProductMetaHandler.php#L173](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductMetaHandler.php#L173) +- [BatchProductHelper.php#L248](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/BatchProductHelper.php#L248) +- [ProductSyncer.php#L290](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L290) +- [ProductSyncer.php#L313](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L313) +- [ProductSyncer.php#L346](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L346) +- [ProductSyncer.php#L361](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L361) +- [ProductHelper.php#L375](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L375) +- [ProductHelper.php#L592](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L592) +- [AttributeManager.php#L269](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/Attributes/AttributeManager.php#L269) +- [CouponSyncer.php#L410](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L410) +- [CouponSyncer.php#L448](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L448) +- [CouponSyncer.php#L466](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L466) +- [CouponMetaHandler.php#L220](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponMetaHandler.php#L220) +- [ProductMetaQueryHelper.php#L156](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/DB/ProductMetaQueryHelper.php#L156) +- [PHPView.php#L136](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/View/PHPView.php#L136) +- [PHPView.php#L164](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/View/PHPView.php#L164) +- [PHPView.php#L208](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/View/PHPView.php#L208) ## woocommerce_gla_exception @@ -340,30 +340,30 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ClearProductStatsCache.php#L61](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Event/ClearProductStatsCache.php#L61) -- [ProductSyncer.php#L134](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L134) -- [ProductSyncer.php#L220](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L220) -- [ProductHelper.php#L257](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L257) -- [Connection.php#L95](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L95) -- [Middleware.php#L455](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L455) -- [ContactInformationController.php#L242](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php#L242) -- [ProductVisibilityController.php#L193](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php#L193) -- [SettingsSyncController.php#L96](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L96) -- [WooCommercePreOrders.php#L111](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Integration/WooCommercePreOrders.php#L111) -- [WooCommercePreOrders.php#L131](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Integration/WooCommercePreOrders.php#L131) -- [GoogleServiceProvider.php#L234](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Internal/DependencyManagement/GoogleServiceProvider.php#L234) -- [GoogleServiceProvider.php#L244](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Internal/DependencyManagement/GoogleServiceProvider.php#L244) -- [DateTime.php#L44](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Input/DateTime.php#L44) -- [DateTime.php#L80](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Input/DateTime.php#L80) -- [ChannelVisibilityMetaBox.php#L176](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/MetaBox/ChannelVisibilityMetaBox.php#L176) -- [CouponChannelVisibilityMetaBox.php#L197](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php#L197) -- [PHPView.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/View/PHPView.php#L87) -- [PluginUpdate.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/Update/PluginUpdate.php#L75) -- [ScriptWithBuiltDependenciesAsset.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Assets/ScriptWithBuiltDependenciesAsset.php#L66) -- [NoteInitializer.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Notes/NoteInitializer.php#L74) -- [NoteInitializer.php#L116](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Notes/NoteInitializer.php#L116) -- [CouponSyncer.php#L203](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L203) -- [CouponSyncer.php#L293](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L293) +- [ProductSyncer.php#L134](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L134) +- [ProductSyncer.php#L220](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L220) +- [ProductHelper.php#L257](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L257) +- [ClearProductStatsCache.php#L61](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Event/ClearProductStatsCache.php#L61) +- [ScriptWithBuiltDependenciesAsset.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Assets/ScriptWithBuiltDependenciesAsset.php#L66) +- [CouponSyncer.php#L203](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L203) +- [CouponSyncer.php#L293](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L293) +- [NoteInitializer.php#L74](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Notes/NoteInitializer.php#L74) +- [NoteInitializer.php#L116](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Notes/NoteInitializer.php#L116) +- [WooCommercePreOrders.php#L111](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Integration/WooCommercePreOrders.php#L111) +- [WooCommercePreOrders.php#L131](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Integration/WooCommercePreOrders.php#L131) +- [GoogleServiceProvider.php#L234](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Internal/DependencyManagement/GoogleServiceProvider.php#L234) +- [GoogleServiceProvider.php#L244](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Internal/DependencyManagement/GoogleServiceProvider.php#L244) +- [DateTime.php#L44](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Input/DateTime.php#L44) +- [DateTime.php#L80](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Input/DateTime.php#L80) +- [ChannelVisibilityMetaBox.php#L176](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/MetaBox/ChannelVisibilityMetaBox.php#L176) +- [CouponChannelVisibilityMetaBox.php#L197](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php#L197) +- [PluginUpdate.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/Update/PluginUpdate.php#L75) +- [ProductVisibilityController.php#L193](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php#L193) +- [SettingsSyncController.php#L96](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L96) +- [ContactInformationController.php#L242](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php#L242) +- [Connection.php#L95](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L95) +- [Middleware.php#L455](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L455) +- [PHPView.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/View/PHPView.php#L87) ## woocommerce_gla_force_run_install @@ -371,7 +371,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Installer.php#L82](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Installer.php#L82) +- [Installer.php#L82](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Installer.php#L82) ## woocommerce_gla_get_google_product_offer_id @@ -379,7 +379,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L283](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L283) +- [WCProductAdapter.php#L283](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L283) ## woocommerce_gla_get_sync_ready_products_filter @@ -387,7 +387,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductFilter.php#L61](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductFilter.php#L61) +- [ProductFilter.php#L61](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductFilter.php#L61) ## woocommerce_gla_get_sync_ready_products_pre_filter @@ -395,7 +395,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductFilter.php#L47](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductFilter.php#L47) +- [ProductFilter.php#L47](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductFilter.php#L47) ## woocommerce_gla_get_wc_product_id @@ -403,7 +403,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductHelper.php#L302](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L302) +- [ProductHelper.php#L302](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L302) ## woocommerce_gla_gtag_consent @@ -411,7 +411,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [GlobalSiteTag.php#L302](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Google/GlobalSiteTag.php#L302) +- [GlobalSiteTag.php#L302](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Google/GlobalSiteTag.php#L302) ## woocommerce_gla_guzzle_client_exception @@ -419,20 +419,20 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Connection.php#L70](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L70) -- [Connection.php#L91](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L91) -- [Connection.php#L126](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L126) -- [Middleware.php#L80](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L80) -- [Middleware.php#L178](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L178) -- [Middleware.php#L228](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L228) -- [Middleware.php#L273](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L273) -- [Middleware.php#L344](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L344) -- [Middleware.php#L394](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L394) -- [Middleware.php#L418](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L418) -- [Middleware.php#L452](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L452) -- [Middleware.php#L554](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L554) -- [Middleware.php#L613](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L613) -- [GoogleServiceProvider.php#L263](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Internal/DependencyManagement/GoogleServiceProvider.php#L263) +- [GoogleServiceProvider.php#L263](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Internal/DependencyManagement/GoogleServiceProvider.php#L263) +- [Connection.php#L70](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L70) +- [Connection.php#L91](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L91) +- [Connection.php#L126](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L126) +- [Middleware.php#L80](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L80) +- [Middleware.php#L178](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L178) +- [Middleware.php#L228](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L228) +- [Middleware.php#L273](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L273) +- [Middleware.php#L344](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L344) +- [Middleware.php#L394](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L394) +- [Middleware.php#L418](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L418) +- [Middleware.php#L452](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L452) +- [Middleware.php#L554](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L554) +- [Middleware.php#L613](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L613) ## woocommerce_gla_guzzle_invalid_response @@ -440,15 +440,15 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Connection.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L66) -- [Connection.php#L121](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Connection.php#L121) -- [Middleware.php#L159](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L159) -- [Middleware.php#L223](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L223) -- [Middleware.php#L267](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L267) -- [Middleware.php#L339](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L339) -- [Middleware.php#L389](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L389) -- [Middleware.php#L550](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L550) -- [Middleware.php#L601](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L601) +- [Connection.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L66) +- [Connection.php#L121](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Connection.php#L121) +- [Middleware.php#L159](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L159) +- [Middleware.php#L223](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L223) +- [Middleware.php#L267](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L267) +- [Middleware.php#L339](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L339) +- [Middleware.php#L389](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L389) +- [Middleware.php#L550](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L550) +- [Middleware.php#L601](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L601) ## woocommerce_gla_handle_shipping_method_to_rates @@ -456,7 +456,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ZoneMethodsParser.php#L106](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Shipping/ZoneMethodsParser.php#L106) +- [ZoneMethodsParser.php#L106](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Shipping/ZoneMethodsParser.php#L106) ## woocommerce_gla_hidden_coupon_types @@ -464,7 +464,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L379](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L379) +- [CouponSyncer.php#L379](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L379) ## woocommerce_gla_job_failure_rate_threshold @@ -472,7 +472,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ActionSchedulerJobMonitor.php#L186](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/ActionSchedulerJobMonitor.php#L186) +- [ActionSchedulerJobMonitor.php#L186](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/ActionSchedulerJobMonitor.php#L186) ## woocommerce_gla_job_failure_timeframe @@ -480,7 +480,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ActionSchedulerJobMonitor.php#L195](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Jobs/ActionSchedulerJobMonitor.php#L195) +- [ActionSchedulerJobMonitor.php#L195](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Jobs/ActionSchedulerJobMonitor.php#L195) ## woocommerce_gla_mapping_rules_change @@ -488,9 +488,9 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributeMappingRulesController.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L143) -- [AttributeMappingRulesController.php#L166](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L166) -- [AttributeMappingRulesController.php#L188](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L188) +- [AttributeMappingRulesController.php#L143](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L143) +- [AttributeMappingRulesController.php#L166](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L166) +- [AttributeMappingRulesController.php#L188](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php#L188) ## woocommerce_gla_mc_account_review_lifetime @@ -498,7 +498,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [RequestReviewStatuses.php#L146](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Google/RequestReviewStatuses.php#L146) +- [RequestReviewStatuses.php#L146](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Google/RequestReviewStatuses.php#L146) ## woocommerce_gla_mc_client_exception @@ -506,15 +506,15 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantReport.php#L115](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/MerchantReport.php#L115) -- [MerchantReport.php#L183](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/MerchantReport.php#L183) -- [Merchant.php#L92](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L92) -- [Merchant.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L140) -- [Merchant.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L172) -- [Merchant.php#L191](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L191) -- [Merchant.php#L247](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L247) -- [Merchant.php#L292](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L292) -- [Merchant.php#L354](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L354) +- [MerchantReport.php#L115](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/MerchantReport.php#L115) +- [MerchantReport.php#L183](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/MerchantReport.php#L183) +- [Merchant.php#L92](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L92) +- [Merchant.php#L140](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L140) +- [Merchant.php#L172](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L172) +- [Merchant.php#L191](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L191) +- [Merchant.php#L247](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L247) +- [Merchant.php#L292](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L292) +- [Merchant.php#L354](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L354) ## woocommerce_gla_mc_settings_sync @@ -522,7 +522,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SettingsSyncController.php#L69](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L69) +- [SettingsSyncController.php#L69](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L69) ## woocommerce_gla_mc_status_lifetime @@ -530,7 +530,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantStatuses.php#L930](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L930) +- [MerchantStatuses.php#L930](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L930) ## woocommerce_gla_merchant_issue_override @@ -538,7 +538,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [IssuesController.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/IssuesController.php#L85) +- [IssuesController.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/IssuesController.php#L85) ## woocommerce_gla_merchant_status_presync_issues_chunk @@ -546,7 +546,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantStatuses.php#L591](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantStatuses.php#L591) +- [MerchantStatuses.php#L591](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantStatuses.php#L591) ## woocommerce_gla_options_deleted_ @@ -554,7 +554,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Options.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Options/Options.php#L103) +- [Options.php#L103](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Options/Options.php#L103) ## woocommerce_gla_options_updated_ @@ -562,8 +562,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Options.php#L65](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Options/Options.php#L65) -- [Options.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Options/Options.php#L85) +- [Options.php#L65](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Options/Options.php#L65) +- [Options.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Options/Options.php#L85) ## woocommerce_gla_prepared_response_->GET_ROUTE_NAME @@ -571,7 +571,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [BaseController.php#L160](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/BaseController.php#L160) +- [BaseController.php#L160](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/BaseController.php#L160) ## woocommerce_gla_product_attribute_types @@ -579,7 +579,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributeManager.php#L243](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/Attributes/AttributeManager.php#L243) +- [AttributeManager.php#L243](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/Attributes/AttributeManager.php#L243) ## woocommerce_gla_product_attribute_value_ @@ -587,8 +587,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L909](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L909) -- [WCProductAdapter.php#L960](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L960) +- [WCProductAdapter.php#L909](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L909) +- [WCProductAdapter.php#L960](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L960) ## woocommerce_gla_product_attribute_value_description @@ -596,7 +596,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L351](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L351) +- [WCProductAdapter.php#L351](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L351) ## woocommerce_gla_product_attribute_value_options_::get_id @@ -604,7 +604,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AttributesForm.php#L127](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Admin/Product/Attributes/AttributesForm.php#L127) +- [AttributesForm.php#L127](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Admin/Product/Attributes/AttributesForm.php#L127) ## woocommerce_gla_product_attribute_value_price @@ -612,7 +612,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L633](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L633) +- [WCProductAdapter.php#L633](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L633) ## woocommerce_gla_product_attribute_value_sale_price @@ -620,7 +620,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L685](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L685) +- [WCProductAdapter.php#L685](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L685) ## woocommerce_gla_product_attribute_values @@ -628,7 +628,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L166](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L166) +- [WCProductAdapter.php#L166](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L166) ## woocommerce_gla_product_description_apply_shortcodes @@ -636,7 +636,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L320](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L320) +- [WCProductAdapter.php#L320](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L320) ## woocommerce_gla_product_property_value_is_virtual @@ -644,7 +644,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L775](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L775) +- [WCProductAdapter.php#L775](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L775) ## woocommerce_gla_product_query_args @@ -652,7 +652,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductRepository.php#L376](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductRepository.php#L376) +- [ProductRepository.php#L376](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductRepository.php#L376) ## woocommerce_gla_product_view_report_page_size @@ -660,7 +660,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantReport.php#L68](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/MerchantReport.php#L68) +- [MerchantReport.php#L68](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/MerchantReport.php#L68) ## woocommerce_gla_products_delete_retry_on_failure @@ -668,7 +668,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L342](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L342) +- [ProductSyncer.php#L342](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L342) ## woocommerce_gla_products_update_retry_on_failure @@ -676,7 +676,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L286](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L286) +- [ProductSyncer.php#L286](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L286) ## woocommerce_gla_ready_for_syncing @@ -684,7 +684,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [MerchantCenterService.php#L118](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/MerchantCenterService.php#L118) +- [MerchantCenterService.php#L118](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/MerchantCenterService.php#L118) ## woocommerce_gla_request_review_failure @@ -692,9 +692,9 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Middleware.php#L594](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L594) -- [RequestReviewController.php#L110](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php#L110) -- [RequestReviewController.php#L122](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php#L122) +- [RequestReviewController.php#L110](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php#L110) +- [RequestReviewController.php#L122](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php#L122) +- [Middleware.php#L594](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L594) ## woocommerce_gla_request_review_response @@ -702,7 +702,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Middleware.php#L547](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L547) +- [Middleware.php#L547](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L547) ## woocommerce_gla_retry_delete_coupons @@ -710,7 +710,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L443](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L443) +- [CouponSyncer.php#L443](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L443) ## woocommerce_gla_retry_update_coupons @@ -718,7 +718,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L405](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L405) +- [CouponSyncer.php#L405](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L405) ## woocommerce_gla_site_claim_failure @@ -726,10 +726,10 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AccountService.php#L365](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/AccountService.php#L365) -- [Merchant.php#L93](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L93) -- [Middleware.php#L268](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L268) -- [Middleware.php#L274](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L274) +- [Merchant.php#L93](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L93) +- [Middleware.php#L268](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L268) +- [Middleware.php#L274](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L274) +- [AccountService.php#L365](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/AccountService.php#L365) ## woocommerce_gla_site_claim_overwrite_required @@ -737,7 +737,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AccountService.php#L360](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/AccountService.php#L360) +- [AccountService.php#L360](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/AccountService.php#L360) ## woocommerce_gla_site_claim_success @@ -745,8 +745,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [Merchant.php#L90](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Merchant.php#L90) -- [Middleware.php#L263](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/Middleware.php#L263) +- [Merchant.php#L90](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Merchant.php#L90) +- [Middleware.php#L263](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/Middleware.php#L263) ## woocommerce_gla_site_url @@ -754,7 +754,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [PluginHelper.php#L188](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/PluginHelper.php#L188) +- [PluginHelper.php#L188](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/PluginHelper.php#L188) ## woocommerce_gla_site_verify_failure @@ -762,9 +762,9 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SiteVerification.php#L58](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L58) -- [SiteVerification.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L66) -- [SiteVerification.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L87) +- [SiteVerification.php#L58](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L58) +- [SiteVerification.php#L66](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L66) +- [SiteVerification.php#L87](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L87) ## woocommerce_gla_site_verify_success @@ -772,7 +772,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SiteVerification.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L85) +- [SiteVerification.php#L85](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L85) ## woocommerce_gla_supported_coupon_types @@ -780,7 +780,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L366](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L366) +- [CouponSyncer.php#L366](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L366) ## woocommerce_gla_supported_product_types @@ -788,7 +788,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductSyncer.php#L264](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductSyncer.php#L264) +- [ProductSyncer.php#L264](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductSyncer.php#L264) ## woocommerce_gla_sv_client_exception @@ -796,8 +796,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SiteVerification.php#L120](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L120) -- [SiteVerification.php#L162](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Google/SiteVerification.php#L162) +- [SiteVerification.php#L120](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L120) +- [SiteVerification.php#L162](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Google/SiteVerification.php#L162) ## woocommerce_gla_tax_excluded @@ -805,7 +805,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L594](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L594) +- [WCProductAdapter.php#L594](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L594) ## woocommerce_gla_track_event @@ -813,11 +813,11 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [SettingsSyncController.php#L83](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L83) -- [SetupCompleteController.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/Ads/SetupCompleteController.php#L75) -- [CampaignController.php#L151](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/Ads/CampaignController.php#L151) -- [CampaignController.php#L229](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/Ads/CampaignController.php#L229) -- [CampaignController.php#L267](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/API/Site/Controllers/Ads/CampaignController.php#L267) +- [SetupCompleteController.php#L75](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/Ads/SetupCompleteController.php#L75) +- [CampaignController.php#L151](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/Ads/CampaignController.php#L151) +- [CampaignController.php#L229](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/Ads/CampaignController.php#L229) +- [CampaignController.php#L267](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/Ads/CampaignController.php#L267) +- [SettingsSyncController.php#L83](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php#L83) ## woocommerce_gla_updated_coupon @@ -825,7 +825,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [CouponSyncer.php#L169](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Coupon/CouponSyncer.php#L169) +- [CouponSyncer.php#L169](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Coupon/CouponSyncer.php#L169) ## woocommerce_gla_url_switch_required @@ -833,7 +833,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AccountService.php#L445](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/AccountService.php#L445) +- [AccountService.php#L445](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/AccountService.php#L445) ## woocommerce_gla_url_switch_success @@ -841,7 +841,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [AccountService.php#L468](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/MerchantCenter/AccountService.php#L468) +- [AccountService.php#L468](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/MerchantCenter/AccountService.php#L468) ## woocommerce_gla_use_short_description @@ -849,7 +849,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L297](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L297) +- [WCProductAdapter.php#L297](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L297) ## woocommerce_gla_wcs_url @@ -857,8 +857,8 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [PluginHelper.php#L174](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/PluginHelper.php#L174) -- [PluginHelper.php#L177](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/PluginHelper.php#L177) +- [PluginHelper.php#L174](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/PluginHelper.php#L174) +- [PluginHelper.php#L177](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/PluginHelper.php#L177) ## woocommerce_gla_weight_unit @@ -866,7 +866,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [WCProductAdapter.php#L431](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/WCProductAdapter.php#L431) +- [WCProductAdapter.php#L431](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/WCProductAdapter.php#L431) ## woocommerce_hide_invisible_variations @@ -874,5 +874,5 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [ProductHelper.php#L390](https://github.com/woocommerce/google-listings-and-ads/blob/2f676292f8a3110821ed8366c2d7a3366746c24d/src/Product/ProductHelper.php#L390) +- [ProductHelper.php#L390](https://github.com/woocommerce/google-listings-and-ads/blob/ae233b26daa61ea5800983a58972eae3fe5d2ee6/src/Product/ProductHelper.php#L390) diff --git a/src/Notes/ReviewAfterClicks.php b/src/Notes/ReviewAfterClicks.php index 7dd7b7835a..a8babf8e7e 100644 --- a/src/Notes/ReviewAfterClicks.php +++ b/src/Notes/ReviewAfterClicks.php @@ -17,7 +17,7 @@ /** * Class ReviewAfterClicks * - * Note for requesting a review after at 100+ clicks. + * Note for requesting a review after 10 clicks. * * @package Automattic\WooCommerce\GoogleListingsAndAds\Notes */ @@ -66,8 +66,8 @@ public function get_name(): string { public function get_entry(): NoteEntry { $clicks_count = $this->get_free_listing_clicks_count(); - // Round to nearest 100 - $clicks_count_rounded = floor( $clicks_count / 100 ) * 100; + // Round to nearest 10 + $clicks_count_rounded = floor( $clicks_count / 10 ) * 10; $note = new NoteEntry(); $note->set_title( @@ -92,7 +92,7 @@ public function get_entry(): NoteEntry { /** * Checks if a note can and should be added. * - * - checks there is more than 100 clicks + * - checks there are more than 10 clicks * * @throws Exception When unable to get clicks data. * @@ -104,7 +104,7 @@ public function should_be_added(): bool { } $clicks_count = $this->get_free_listing_clicks_count(); - return $clicks_count > 100; + return $clicks_count > 10; } /** diff --git a/src/Notes/ReviewAfterConversions.php b/src/Notes/ReviewAfterConversions.php index f71d2e6500..288da201bb 100644 --- a/src/Notes/ReviewAfterConversions.php +++ b/src/Notes/ReviewAfterConversions.php @@ -17,7 +17,7 @@ /** * Class ReviewAfterConversions * - * Note for requesting a review after at 10+ ad conversions. + * Note for requesting a review after one ad conversion. * * @package Automattic\WooCommerce\GoogleListingsAndAds\Notes */ @@ -77,17 +77,8 @@ protected function get_ads_conversions_count(): int { * @throws Exception When unable to get data. */ public function get_entry(): NoteEntry { - // Round to nearest 10 - $conversions_count_rounded = floor( $this->get_ads_conversions_count() / 10 ) * 10; - $note = new NoteEntry(); - $note->set_title( - sprintf( - /* translators: %s number of conversions */ - __( 'You’ve gotten %s+ conversions through Google Ads! 🎉', 'google-listings-and-ads' ), - $this->wp->number_format_i18n( $conversions_count_rounded ) - ) - ); + $note->set_title( __( 'You got your first conversion on Google Ads! 🎉', 'google-listings-and-ads' ), ); $note->set_content( __( 'Congratulations! Tell us what you think about Google Listings & Ads by leaving a review. Your feedback will help us make WooCommerce even better for you.', 'google-listings-and-ads' ) ); @@ -103,7 +94,7 @@ public function get_entry(): NoteEntry { /** * Checks if a note can and should be added. * - * - checks there are more than 10 ad conversions + * - checks there is at least one ad conversion * * @throws Exception When unable to get data. * @@ -118,7 +109,7 @@ public function should_be_added(): bool { return false; } - if ( $this->get_ads_conversions_count() <= 10 ) { + if ( $this->get_ads_conversions_count() < 1 ) { return false; } diff --git a/tests/Unit/Notes/ReviewAfterClicksTest.php b/tests/Unit/Notes/ReviewAfterClicksTest.php new file mode 100644 index 0000000000..b776eac743 --- /dev/null +++ b/tests/Unit/Notes/ReviewAfterClicksTest.php @@ -0,0 +1,93 @@ +merchant_center = $this->createMock( MerchantCenterService::class ); + $this->merchant_metrics = $this->createMock( MerchantMetrics::class ); + $this->wp = $this->createMock( WP::class ); + + $this->note = new ReviewAfterClicks( $this->merchant_metrics, $this->wp ); + $this->note->set_merchant_center_object( $this->merchant_center ); + } + + public function test_name() { + $this->assertEquals( 'gla-review-after-clicks', $this->note->get_name() ); + } + + public function test_note_entry() { + $note = $this->note->get_entry(); + + $this->assertEquals( 'gla-review-after-clicks', $note->get_name() ); + $this->assertEquals( 'gla', $note->get_source() ); + $this->assertEquals( 'leave-review', $note->get_actions()[0]->name ); + } + + public function test_should_not_add_already_added() { + $this->note->get_entry()->save(); + + $this->assertFalse( $this->note->should_be_added() ); + } + + public function test_should_not_add_not_connected() { + $this->merchant_center->method( 'is_connected' )->willReturn( false ); + + $this->assertFalse( $this->note->should_be_added() ); + } + + public function test_should_not_add_low_merchant_metrics() { + $this->merchant_center->method( 'is_connected' )->willReturn( true ); + $this->merchant_metrics->expects( $this->once() ) + ->method( 'get_cached_free_listing_metrics' ) + ->willReturn( + [ 'clicks' => 10 ] + ); + + $this->assertFalse( $this->note->should_be_added() ); + } + + public function test_should_add() { + $this->merchant_center->method( 'is_connected' )->willReturn( true ); + $this->merchant_metrics->expects( $this->once() ) + ->method( 'get_cached_free_listing_metrics' ) + ->willReturn( + [ 'clicks' => 11 ] + ); + + $this->assertTrue( $this->note->should_be_added() ); + } +} diff --git a/tests/Unit/Notes/ReviewAfterConversionsTest.php b/tests/Unit/Notes/ReviewAfterConversionsTest.php index 1d3e21f7db..32469324d3 100644 --- a/tests/Unit/Notes/ReviewAfterConversionsTest.php +++ b/tests/Unit/Notes/ReviewAfterConversionsTest.php @@ -74,7 +74,7 @@ public function test_should_not_add_low_merchant_metrics() { $this->merchant_metrics->expects( $this->once() ) ->method( 'get_cached_ads_metrics' ) ->willReturn( - [ 'conversions' => 5 ] + [ 'conversions' => 0 ] ); $this->assertFalse( $this->note->should_be_added() ); @@ -85,7 +85,7 @@ public function test_should_add() { $this->merchant_metrics->expects( $this->once() ) ->method( 'get_cached_ads_metrics' ) ->willReturn( - [ 'conversions' => 17 ] + [ 'conversions' => 1 ] ); $this->assertTrue( $this->note->should_be_added() ); diff --git a/tests/e2e/test-snippets/test-snippets.php b/tests/e2e/test-snippets/test-snippets.php index ac68414de5..9ead75a8ab 100644 --- a/tests/e2e/test-snippets/test-snippets.php +++ b/tests/e2e/test-snippets/test-snippets.php @@ -36,3 +36,18 @@ function ( array $value_options ) { return $value_options; } ); + +/** + * Snippet to bypass the WooCommerce dependency in Google Listings & Ads because + * in wp-env WooCommerce is installed in the directory woocommerce-trunk-nightly + */ +add_action( + 'wp_plugin_dependencies_slug', + function( $slug ) { + if ( 'woocommerce' === $slug ) { + $slug = ''; + } + + return $slug; + } +); diff --git a/tests/proxy/config.js b/tests/proxy/config.js index 7b5719271e..365a5776a8 100644 --- a/tests/proxy/config.js +++ b/tests/proxy/config.js @@ -1,6 +1,6 @@ 'use strict'; module.exports = { - port: 5500, + port: process.env.PROXY_PORT || 5555, host: 'localhost', connectServer: process.env.WOOCOMMERCE_CONNECT_SERVER || diff --git a/tests/proxy/proxy.md b/tests/proxy/proxy.md index 1f2c59e1df..71ed9e826f 100644 --- a/tests/proxy/proxy.md +++ b/tests/proxy/proxy.md @@ -14,7 +14,14 @@ npm run test-proxy Or, if you want to use a local connect server: ``` -WOOCOMMERCE_CONNECT_SERVER=http://localhost:5000 npm run test-proxy +WOOCOMMERCE_CONNECT_SERVER=http://localhost:5500 npm run test-proxy +``` + +### Define port for the proxy +To run the proxy using a custom port you can start it as follows: + +``` +PROXY_PORT=50505 npm run test-proxy ``` ### Run the proxy in a specific mode @@ -40,13 +47,13 @@ PROXY_LOG_RESPONSES=true npm run test-proxy On your test site you will need to run a PHP snippet to use the proxy to handle any requests: ```php -define( 'WOOCOMMERCE_GLA_CONNECT_SERVER_URL', 'http://localhost:5500' ); +define( 'WOOCOMMERCE_GLA_CONNECT_SERVER_URL', 'http://localhost:5555' ); ``` Or, if your test site is running within a docker container, the PHP snippet would be the following instead: ```php -define( 'WOOCOMMERCE_GLA_CONNECT_SERVER_URL', 'http://host.docker.internal:5500' ); +define( 'WOOCOMMERCE_GLA_CONNECT_SERVER_URL', 'http://host.docker.internal:5555' ); ``` ### Non Mac users