Hi there,
It sounds like you may have put the constant in the wrong position in wp-config.php
You should insert the constant between the two lines as shown in my example below:
/* Add any custom values between this line and the “stop editing” line. */
define(‘UPDRAFTPLUS_ADMINBAR_DISABLE’, true);
/* That’s all, stop editing! Happy publishing. */
It’s important the constant sits before /* That’s all, stop editing! Happy publishing. */
If the other line doesn’t exist in your wp-config.php file use this line as your reference.
Best regards,
Nick
Someone else told me to delete the plugin, which I did, but still broken. I already removed what I added per that post. I thought the whole point of plugins was not having to write code.
Hi there,
To make a change to the plugin interface which is not supported natively requires code.
The use of a plugin may not require code. Changing the plugin itself does require code.
Best regards,
Nick