This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Cart_Notices::check_include_exclude( string $slug_prefix, array $compare_array, int $notice_id )
Check if an array includes or not some items.
Parameters
- $slug_prefix
-
(Required) Meta option slug prefix.
- $compare_array
-
(Required) Array to search in.
- $notice_id
-
(Required) Notice id.
Return
(bool)
Source
File: includes/modules/woocommerce_booster/cart_notices/cart_notices.php
Expand full source code Collapse full source code View on Github