Recent

wzkb_related_articles function

Get related knowledge base articles.

Since: 2.1.0
Source: includes/functions.php line 182

Signature

function wzkb_related_articles( $args = ... ): string|void;

Parameters

TypeNameDescription
array$argsOptional 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.