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
PS I consider this low Priority, I've know this issue for at least 2 years.
And I might try to fix this myself when I find time (the main reason for not reporting it sooner)
danielbachhuber
changed the title
SET and DELETE don't work with my syntax.
SET and DELETE don't work with defined( 'DB_USER' ) or define( 'DB_USER', 'wp' );`
Nov 15, 2022
I have a lot of sites setup where every constant is noted as below.
This allows me to pre-include overrides for different environments.
defined( 'DB_USER' ) or define( 'DB_USER', 'wp' );
The SET and DELETE commands fail.
The text was updated successfully, but these errors were encountered: