Function __global->generate_news_category_image_url

Definitions

sources/hooks/systems/content_meta_aware/news_category.php

  • Find an entry image.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A Database row of entry

Returns

  • The image URL
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find an entry image.
 *
 * @param  array $row Database row of entry
 * @return string The image URL
 */

function generate_news_category_image_url(array $row) : string