Function __global->_seo_meta_find_data
Definitions
sources/content2.php
- Automatically extracts meta information from some source data.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $keyword_sources | array | No | No | required parameter | N/A | N/A | Array of content strings to summarise from |
| $description | SHORT_TEXT | No | No | Blank (empty string) | N/A | N/A | The description to use |
Returns
- A pair: Keyword string generated, Description generated
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Automatically extracts meta information from some source data.
*
* @param array $keyword_sources Array of content strings to summarise from
* @param SHORT_TEXT $description The description to use
* @return array A pair: Keyword string generated, Description generated
*/
function _seo_meta_find_data(array $keyword_sources, string $description = '') : array
* Automatically extracts meta information from some source data.
*
* @param array $keyword_sources Array of content strings to summarise from
* @param SHORT_TEXT $description The description to use
* @return array A pair: Keyword string generated, Description generated
*/
function _seo_meta_find_data(array $keyword_sources, string $description = '') : array

