get_twitter_count()); if ( isset( $count ) && ($count == ' ' || $count == '0') ) { $count = $default_count; } set_transient( 'apsc_twitter', $count, $cache_period ); } else { $count = $twitter_count; }