Forums
(@wordpressrene)
7 years, 11 months ago
I found another even better solution: Instead of
foreach ($_GET as $k => $v) { $base_link .= "$k=$v&"; }
you can just write $base_link .= http_build_query( $_GET );
$base_link .= http_build_query( $_GET );
8 years, 6 months ago
Hi tobi
yes the options are visible in the backend after a page reload. As far as i can see the values are stored correctly in the table “site_meta”. Further i found the same problem with the value of “is sso enabled”
8 years, 7 months ago
Hello, do you now have an exact release date?