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
Address deprecation warnings for null parameters passed to WordPress core functions:
- Cast null values to string for wp_parse_url() calls
- Cast null values to string for preg_match() calls
- Cast null values to string for explode() calls
- Cast null values to string for ltrim() calls
0 commit comments