Remove not needed `is_wccom_cookie_terms_available`

Co-authored-by: Justin Palmer <228780+layoutd@users.noreply.github.com>
This commit is contained in:
Tomek Wytrębowicz 2023-11-22 11:27:37 +01:00 committed by Justin Palmer
parent dd66ba0d39
commit 3c1aa076d7
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 0 additions and 8 deletions

View File

@ -100,14 +100,6 @@ class SourceAttributionBlocksController implements RegisterHooksInterface {
);
}
/**
* Check if WCCom_Cookie_Terms is available.
*
* @return bool
*/
protected function is_wccom_cookie_terms_available() {
return class_exists( WCCom_Cookie_Terms::class );
}
/**
* Register scripts.
*/