WC_Product::get_featured PHP Method

    public function get_featured($context = 'view')
    {
        return $this->get_prop('featured', $context);
    }
WC_Product