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
The third argument should be an array, but the bigger problem is this feels like abuse of the localize function to do something the script should do itself.
The text was updated successfully, but these errors were encountered:
There a lot of calls like this in the code:
wp_localize_script( PostmanViewController::POSTMAN_SCRIPT, 'postman_input_basic_password', '#input_' . PostmanOptions::BASIC_AUTH_PASSWORD );
The third argument should be an array, but the bigger problem is this feels like abuse of the localize function to do something the script should do itself.
The text was updated successfully, but these errors were encountered: