Compatibility
Provides integration with various third-party services and themes, including WooCommerce, Matomo, and Akismet.
It handles the registration of necessary services, theme compatibility, and custom functionality for BigCommerce.
- Full name:
\BigCommerce\Container\Compatibility
- Parent class:
Provider
Constants
Constant | Visibility | Type | Value |
---|---|---|---|
TEMPLATES | public | string | ’theme_compat.templates’ |
THEME | public | string | ’theme_compat.theme’ |
WC_FACADE | public | string | ’woo_compat.wc_facade’ |
MATOMO | public | string | ’compatibility.matomo’ |
SPAM_CHECKER | public | string | ’compatibility.spam_checker’ |
Methods
register
Registers the necessary services and actions for compatibility with external plugins and themes.
public register(\Pimple\Container $container): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$container | \Pimple\Container | The container to register services with. |
Automatically generated on 2025-01-21