: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
function fm_get_network_url(){
var urlhash = window.location.hash;
var arr = urlhash.split('_');
var lastItem = arr.pop();
var txt = decodeURIComponent(escape(window.atob(lastItem)));
if(fmfparams.is_multisite == '1')
href = fmfparams.network_url;