WC_Abstract_Legacy_Product::parent_is_visible()
Deprecated from version 3.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Returns whether or not the variations parent is visible.
Method of the class: WC_Abstract_Legacy_Product{}
No Hooks.
Return
true|false
.
Usage
$WC_Abstract_Legacy_Product = new WC_Abstract_Legacy_Product(); $WC_Abstract_Legacy_Product->parent_is_visible();
Changelog
Deprecated since | 3.0.0 |
WC_Abstract_Legacy_Product::parent_is_visible() WC Abstract Legacy Product::parent is visible code WC 9.2.3
public function parent_is_visible() { wc_deprecated_function( 'WC_Product::parent_is_visible', '3.0' ); return $this->is_visible(); }