How to change the headline title for an admin page in a plugin?
You shouldn’t need to hook anywhere in particular, simply output your heading at the start of your settings page callback and WP should position admin notices appropriately after your heading (there’s some logic written into the js/jquery). For example i have lines like this at the start of various plugin settings pages. <div class=”wrap”> <h1><?php … Read more