WC_Product::is_featured()
Returns whether or not the product is featured.
Description Description
Return Return
(bool)
Source Source
File: includes/abstracts/abstract-wc-product.php
public function is_featured() { return true === $this->get_featured(); }