You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There used to be an unexported getWPAdminURL() function. Something like that would be useful for plugins, so that each one doesn't have to add their own copy via wp_add_inline_script(). It's not exported outside of its package, though.
What problem does this address?
There used to be an unexported
getWPAdminURL()
function. Something like that would be useful for plugins, so that each one doesn't have to add their own copy viawp_add_inline_script()
. It's not exported outside of its package, though.Related: #7095, #7096
What is your proposed solution?
Add it back, but in a way that fixes #7095, so that it'd also work on the front end.
The text was updated successfully, but these errors were encountered: