false, 'width' => get_option('tdpix_width'), 'height' => get_option('tdpix_height'), 'mode' => get_option('tdpix_mode') ), $atts)); // new or old Phereo picture numbering system. Old numbers are < 2000 and have no hex digits (i.e. "a") $idtype = "e"; if (is_numeric($id) && ($id < 2000)) $idtype = "a"; $out = ''; return $out; } } // let's use it $tdPixShortcodes = new tdPix_Shortcodes; ?>