@JJJ @cklosowski It’s a pretty hard corner case core.trac.wordpress.org/ticket/44142
If a site is hooking into one of the new privacy functions meant for wp-admin on the front end AND flushing rewrite rules on the front end, it’ll 500.
If a site is hooking into one of the new privacy functions meant for wp-admin on the front end AND flushing rewrite rules on the front end, it’ll 500.
Posted
in
Comments
One response to “”
@JJJ @cklosowski The privacy functions will include wp-admin/includes/misc.php. The rewrite flush checks for
save_mod_rewrite_rules
(which is in misc.php). Sincesave_mod_rewrite_rules
is present, it’ll used it presuming all of wp-admin has been loaded.