Is there a list of helper functions?

Post Reply
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

When looking through the code of a theme I noticed the following helpers being used:

Code: Select all

echo $helper->content2excerpt($page->content(false));
echo $helper->description(); 
echo $helper->slogan();
My question, is there a list of the helper functions?

I suspect there may not be and that the functions may have been written by the theme developer as not all themes possess a helper.php file
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

cobber wrote: Fri Jan 28, 2022 7:21 pm I suspect there may not be and that the functions may have been written by the theme developer as not all themes possess a helper.php file
Yes, $helper is not used by Bludit.

I do not know which themes it use, and what's the sense of it.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Thanks Edi.

I did wonder, hence the query

Much appreciated
Post Reply