Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48333, comment 7


Ignore:
Timestamp:
11/21/2019 07:18:00 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48333, comment 7

    initial v1  
    55This was in the initial patch but was removed for that reason.
    66
    7 Another possible solution would be to set a transient when that message is needed, and remove it when the message is displayed. However that writes to the DB, twice. Still probably a better approach as these DB writes will only happen for logged-in users.
     7Another possible solution would be to set a transient when that message is needed, and remove it when the message is displayed. However that writes to the DB, twice. Still probably a better approach as these DB writes will only happen for logged-in users only when they click "remind me later".