Short code not working
-
Hello there,
First of all let me thank you for this awesome plugin. I am working on a Multisite, and I need to retreive shortcode’s data on AJAX call for different sub-sites. But [spiffy-week] shortcode returns weekly calendar form Main site always.I am trying with this code
switch_to_blog($siteID);
$result[‘html’] = do_shortcode(‘[spiffy-week]’);
restore_current_blog();It’s becasue, WP_SPIFFYCAL_TABLE variable have main site’s Table name instead of $siteID.
When I use this shortcode on subsite page’s then its working fine.Hope you can help me with this.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Short code not working’ is closed to new replies.