$result = wp_cache_get( 'my_api_call', 'api_calls' );. if ( false === $result ) {. $result = wp_remote_get( $API_url );.
確定! 回上一頁