• Hi
    i’d like to add my site logo and a “back” button to the display of any WP_error message, which are now displayed in a box with a gray border.

    Is there a plugin for that, or any hack? Thanks in advance

Viewing 1 replies (of 1 total)
  • Looking at the WP_Error class in core and looking at how WordPress itself uses it, I don’t see a way (other than modify the class itself, which you shouldn’t since it is part of core) that you can do what you want except in instances where you instantiate a WP_Error object yourself.

Viewing 1 replies (of 1 total)

The topic ‘WP_error messages’ is closed to new replies.