Viewing 2 replies - 1 through 2 (of 2 total)
  • Not a developer!

    But I googled your question and found this interesting tib-bit in this StackOverflow thread:

    I found out by accident recently that all the notices will be moved to after the first <h2> tag on the page inside a <div class=”wrap”>. This gives you some slight control in that, for example, on a plugin settings page you can put an empty <h2></h2> at the very top if you want to use <h2>Plugin Title</h2> without it messing up the display formatting there.

    Good luck!

    Thread Starter jglidewell

    (@jglidewell)

    @gappiah This is exactly what I needed. I simply put <div class=”wrap”><h2></h2></div> at the top of the file and the admin notices appear right below the <h2>.

    THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Notification Position’ is closed to new replies.