$response = wp_remote_get('https://twitter.com/statuses/user_timeline/$username.json'); if ( is_wp_error($response) ) { echo 'wp error'; }.
確定! 回上一頁