ThirdPartyNotices
in package
Uses
UtilsProvider
Provide notices for third-party plugins.
Table of Contents
Constants
- PIXEL_MANAGER_ACTIVATE_PRO_FEATURES_QUERY_ARG = 'wgact-show-pro-features'
- PIXEL_MANAGER_OPTION_NAME = 'wgact_plugin_options'
- PIXEL_YOUR_SITE_OPTION_ARRAY_NAME = 'gdpr_real_cookie_banner_integration_enabled'
- PIXEL_YOUR_SITE_OPTION_NAME = 'pys_core'
- SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_FREE = 'woocommerce-google-adwords-conversion-tracking-tag/wgact.php'
- SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_PRO = 'pixel-manager-pro-for-woocommerce/wgact.php'
- SLUG_PIXEL_YOUR_SITE_FREE = 'pixelyoursite/pixelyoursite.php'
- SLUG_PIXEL_YOUR_SITE_PRO = 'pixelyoursite-pro/pixelyoursite-pro.php'
Properties
- $me : ThirdPartyNotices
- Singleton instance.
Methods
- admin_notices_pixel_manager_for_woocommerce() : mixed
- Show a notice when Pixel Manager for WooCommerce is active.
- admin_notices_pixel_your_site() : mixed
- Show a notice when Pixel Your Site is active.
- getInstance() : mixed
- Get singleton instance.
- getPluginConstantPrefix() : string
- Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
- init() : mixed
- Register hooks in `init` action.
Constants
PIXEL_MANAGER_ACTIVATE_PRO_FEATURES_QUERY_ARG
public
mixed
PIXEL_MANAGER_ACTIVATE_PRO_FEATURES_QUERY_ARG
= 'wgact-show-pro-features'
PIXEL_MANAGER_OPTION_NAME
public
mixed
PIXEL_MANAGER_OPTION_NAME
= 'wgact_plugin_options'
PIXEL_YOUR_SITE_OPTION_ARRAY_NAME
public
mixed
PIXEL_YOUR_SITE_OPTION_ARRAY_NAME
= 'gdpr_real_cookie_banner_integration_enabled'
PIXEL_YOUR_SITE_OPTION_NAME
public
mixed
PIXEL_YOUR_SITE_OPTION_NAME
= 'pys_core'
SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_FREE
public
mixed
SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_FREE
= 'woocommerce-google-adwords-conversion-tracking-tag/wgact.php'
SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_PRO
public
mixed
SLUG_PIXEL_MANAGER_FOR_WOOCOMMERCE_PRO
= 'pixel-manager-pro-for-woocommerce/wgact.php'
SLUG_PIXEL_YOUR_SITE_FREE
public
mixed
SLUG_PIXEL_YOUR_SITE_FREE
= 'pixelyoursite/pixelyoursite.php'
SLUG_PIXEL_YOUR_SITE_PRO
public
mixed
SLUG_PIXEL_YOUR_SITE_PRO
= 'pixelyoursite-pro/pixelyoursite-pro.php'
Properties
$me
Singleton instance.
private
static ThirdPartyNotices
$me
= null
Methods
admin_notices_pixel_manager_for_woocommerce()
Show a notice when Pixel Manager for WooCommerce is active.
public
admin_notices_pixel_manager_for_woocommerce() : mixed
admin_notices_pixel_your_site()
Show a notice when Pixel Your Site is active.
public
admin_notices_pixel_your_site() : mixed
getInstance()
Get singleton instance.
public
static getInstance() : mixed
Tags
getPluginConstantPrefix()
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
public
getPluginConstantPrefix() : string
Tags
Return values
stringinit()
Register hooks in `init` action.
public
init() : mixed