ID); if (in_array($type, $options["scope"])){ $trans["::TITLE::"] = urlencode(the_title('', '', false)); $trans["::URL::"] = get_permalink(); $buttons = strtr($options["buttons"], $trans); } else { $buttons = ''; } return $content.$buttons; } } ?>