Skip to content

Instantly share code, notes, and snippets.

<?php
function timeline($fieldname, $options = array(), $timeline = null)
{
$timeline = $timeline || get_current_timeline();
try {
$text = strtolower($timeline->$fieldname);
} catch (Exception $e) {
'"' . $fieldName . '"" does not exist for timelines!';