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
01/07/2016 at 01:59
#2468
Vladimir
Keymaster
You have to add a line
global $current_site;
inside init_options() functions before check property value of this object. This variable is unavailable in other case.