working with adding opening times to a template within a switch_to_blog loop
the shortcode shows the hours fine when you are on the subdomain that the plugin is on. but if you search from another (keep in mind using the switch_to_blog loop so its running just the same as if it were local) it just outputs the shortcode in plain text.
using $hours = do_shortcode( ‘[wppizza type=”openingtimes”]’ );
and then in some echo’d html I have ‘ . $hours . ‘
now I’m using this same technique for other shortcodes and it works but for some reason this opening times shortcode just displays [wppizza type=”openingtimes”] in the template wherever I try
again same technique working side by side with other shortcodes in this switch_to_blog() loop
I’m at a loss any ideas?