wzkb_related_articles()
Get related knowledge base articles.
Since: 2.1.0
Source: includes/functions.php line 182
Signature
function wzkb_related_articles( $args = ... ): string|void;
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | Optional array of parameters. See Related::get_related_articles() for list of accepted args. |
Returns
string|void — Void if ‘echo’ argument is true, the post excerpt if ‘echo’ is false.