WC_Product::get_tag_ids PHP Method

get_tag_ids() public method

Get tag ids.
Since: 2.7.0
public get_tag_ids ( string $context = 'view' ) : array
$context string
return array
    public function get_tag_ids($context = 'view')
    {
        return $this->get_prop('tag_ids', $context);
    }
WC_Product