Can set_transient() be used in multi-site?
I understand that Transients API is used to cache data and should be intended to store data that is expected to expire.
However, please clarify the following.
Can set_transient()
be used to store data in multi-site scenario? If yes, how is it different from using set_site_transient()
function?