A function which retrieves a product author.

Purpose of this function is for the get.product.author filter.


  • Full name: get_product_author
  • Defined in: cms/core/Shared/Helpers/product.php

Parameters

Parameter Type Description
$productId string Optional Product id or product object.
$reverse bool If first name should appear first or not. Default is false.

Return Value

string|false

Product author or false on failure.