Question
I am trying to share widgets from the main site across the network. I came across some code that sort of does that, but I'm having issues getting the transients right. Here's where I'm at: add_action( 'sidebar_admin_setup', 'multisite_sidebar_clear_cache' ); function multisite_sid
0
, , nickfindley 3 years 0 Answers 94 views

Question
I display long range (time based) data, which i fetch from a rest api and then store as transient with a long expiration time. Then I fetch short range data, which changes permanently and therefore has a short expiration time. I tried to combine the long term transient with a call to a rest api,
0
timholz 4 years 0 Answers 105 views