Viewing 1 replies (of 1 total)
  • Plugin Support nrobertsudp

    (@nrobertsudp)

    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

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.