Return CCS multisite function in Loop tag

Reference to question posted at https://wordpress.org/support/topic/use-in-a-multisite-environment/:

I do understand the concern on permission/security issues that can be flagged by wp plugin, that is if everyone is using wp as blog. But I believe many CCS user picking up this unusual plugin is that most of us are using wp in extremely unusual way with the most creative method others couldn’t have imagine. So instead of brushing this topic aside, I do wanna suggest to include this feature through extending the function of L&L plugin.

for those who are using the [loop blog=x] function, to make this possible, at the moment I’m add

switch_to_blog( $blog_id );
<L&L tags>
restore_current_blog();

in template part file saved as php