Warning: This method has been deprecated. Replaced with taxonomy instead.

WC_Query::visibility_meta_query( string $compare = 'IN' )

Returns a meta query to handle product visibility.


Description Description


Parameters Parameters

$compare

(Optional) (default: 'IN').

Default value: 'IN'


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-query.php

	public function visibility_meta_query( $compare = 'IN' ) {
		return array();
	}

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.