wc_get_text_attributes_filter_callback( string $value )
See if an attribute is actually valid.
Description Description
Parameters Parameters
- $value
-
(Required) Value.
Return Return
(bool)
Source Source
File: includes/wc-attribute-functions.php
function wc_get_text_attributes_filter_callback( $value ) {
return '' !== $value;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |