Link-Sammlung mit Kategorien. Funktionen: getLinksCategorieList, getLinksList, getLinksContent.
Gibt einen einzelnen Link als Array zurück. Enthält url, redirect (mit Zählung), target und optional ein Bild.
Code
$array = getLinksContent("1");Ausgabe (Live)
{
"id": null,
"headline": "",
"content": "",
"url": "",
"redirect": "?followURL=",
"target": null,
"categorie": null,
"label": [
""
],
"website": [
""
],
"status": null,
"update": null,
"image": {
"image": "media\/links\/links\/image\/3_T1678438649T.webp",
"thumbnail": "media\/links\/links\/image\/thumbnail\/3_T1678438649T.webp",
"small": "media\/links\/links\/image\/small\/3_T1678438649T.webp"
}
}