render_favicons()

Show meta tags for favicons.


render_favicons( [ string $folder ] ) : string

Parameters

$folder (string) (Optional) Default value: IMAGES.'favicons/'

Return Values

(string)

Examples

echo render_favicons();
This function is used in layout.php so basically there is no need to call this function manually.