WC_Data::filter_null_meta( mixed $meta )

Filter null meta values from array.


Description Description


Parameters Parameters

$meta

(Required) Meta value to check.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-data.php

	protected function filter_null_meta( $meta ) {
		return ! is_null( $meta->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.