Function __global->seo_meta_set_for_implicit
Definitions
sources/content2.php
- Sets the meta information for the specified resource, by auto-summarisation from the given parameters.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | ID_TEXT | required parameter | N/A | N/A | The type of resource (e.g. download) |
$id | ID_TEXT | required parameter | N/A | N/A | The ID of the resource |
$keyword_sources | array | required parameter | N/A | N/A | Array of content strings to summarise from |
$description | SHORT_TEXT | required parameter | N/A | N/A | The description to use |
Return
- Keyword string generated (it's also saved in the DB, so usually you won't want to collect this)
- Type: SHORT_TEXT
- Set: N/A
- Range: N/A