yes
line 10
function show_tweets($overwrite_cache) {
lasttweet_functions.php line 9-13
line 10
function show_tweets($overwrite_cache) {
lasttweet_functions.php line 9-13
Code:
# main function to call the last tweets
function show_tweets($overwrite_cache) {
$tweets = get_tweet_data($overwrite_cache);
echo format_tweets($tweets);
}