Change WordPress user roles and capabilities › Forums › How to or FAQ › Problem with shortcodes after moving WP to a new server › Reply To: Problem with shortcodes after moving WP to a new server
02/07/2016 at 13:27
#2484
Vladimir
Keymaster
OK. You missed to call it. Let’s make a step forward, replace line
$this->main_blog_id = $this->blog_ids[0][0];
at the __construct() function with this one:
$this->main_blog_id = $this->get_main_site();