I have a simple question about admin notices. I want to display a message like ‘Record updated successfully’, and when user refresh again same page, then this notice should not be there as no record is updated again.
Just like settings Api, there is notice as ‘Settings saved.’ and when we refresh the page the notice is not there. I see in URI argument is there as
http://example.com/wp-admin/admin.php?page=xyz&settings-updated=true
I know here settings-updated=true is the key, and it disappear immediately and user can hardly notice it. But I don’t know how it disappears after taking effect. I think I am missing very simple and basic trick.
Any help highly appreciated