ZenphotoCMS 1.6.x

htmlmetatags

Table of Contents

__construct()  : mixed
getHTMLMetaData()  : mixed
Prints html meta data to be used in the <head> section of a page
getOptionsSupported()  : mixed
ipURI()  : mixed
Traps imageProcessorURIs for causing them to be cached.
getMetaAlbumAndImageTags()  : mixed
Helper function to print the album and image tags and/or the news article categorieslist within printMetaKeywords() Shortens the length to the allowed 1000 characters.
getMetaKeywords()  : mixed
Helper function to list tags/categories as keywords separated by comma.

Methods

__construct()

public __construct() : mixed
Return values
mixed

getHTMLMetaData()

Prints html meta data to be used in the <head> section of a page

public static getHTMLMetaData() : mixed
Return values
mixed

getOptionsSupported()

public getOptionsSupported() : mixed
Return values
mixed

ipURI()

Traps imageProcessorURIs for causing them to be cached.

public static ipURI(string $uri) : mixed
Parameters
$uri : string
Return values
mixed

getMetaAlbumAndImageTags()

Helper function to print the album and image tags and/or the news article categorieslist within printMetaKeywords() Shortens the length to the allowed 1000 characters.

private static getMetaAlbumAndImageTags(array<string|int, mixed> $tags[, string $mode = "" ]) : mixed
Parameters
$tags : array<string|int, mixed>

the array of the tags to list

$mode : string = ""

"gallery" (to process tags on all) or "zenpage" (to process news categories)

Return values
mixed

getMetaKeywords()

Helper function to list tags/categories as keywords separated by comma.

private static getMetaKeywords() : mixed

Note keywords do not have an SEO meaning anymore

Tags
deprecated

ZenphotoCMS 2.0

Return values
mixed

Search results