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