Function __global->generate_member_entry_image_url
Definitions
sources/hooks/systems/content_meta_aware/member.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 (blank: none)
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find an entry image.
*
* @param array $row Database row of entry
* @return URLPATH The image URL (blank: none)
*/
function generate_member_entry_image_url(array $row) : string
* Find an entry image.
*
* @param array $row Database row of entry
* @return URLPATH The image URL (blank: none)
*/
function generate_member_entry_image_url(array $row) : string

