Warning: This function has been deprecated.
woocommerce_customer_has_capability( $allcaps, $caps, $args )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_customer_has_capability( $allcaps, $caps, $args ) {
wc_deprecated_function( __FUNCTION__, '3.0', 'wc_customer_has_capability' );
return wc_customer_has_capability( $allcaps, $caps, $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0 | Introduced. |