wc_get_text_attributes_filter_callback( string $value )

See if an attribute is actually valid.


Description Description


Parameters Parameters

$value

(Required) Value.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/wc-attribute-functions.php

function wc_get_text_attributes_filter_callback( $value ) {
	return '' !== $value;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.