google / site-kit-wp

Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
https://sitekit.withgoogle.com
Apache License 2.0
1.23k stars 284 forks source link

Remove unneeded, legacy module widget area constants. #8544

Open techanvil opened 5 months ago

techanvil commented 5 months ago

Feature Description

The constants AREA_MODULE_ADSENSE_MAIN and AREA_MODULE_SEARCH_CONSOLE_MAIN are remnants of the old module screens, are no longer needed and should be removed.


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation Brief

https://github.com/google/site-kit-wp/blob/ace6a1f96345db052da8004b70e60d11d016aa40/assets/js/modules/adsense/constants.js#L20

https://github.com/google/site-kit-wp/blob/ace6a1f96345db052da8004b70e60d11d016aa40/assets/js/modules/search-console/constants.js#L19

Test Coverage

QA Brief

Changelog entry

eugene-manuilov commented 5 months ago

IB ✔️