Warning: This method has been deprecated.

WC_Abstract_Legacy_Product::parent_is_visible()

Returns whether or not the variations parent is visible.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/legacy/abstract-wc-legacy-product.php

	public function parent_is_visible() {
		wc_deprecated_function( 'WC_Product::parent_is_visible', '3.0' );
		return $this->is_visible();
	}

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.