Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51463, comment 2


Ignore:
Timestamp:
10/07/2020 04:21:02 PM (6 years ago)
Author:
DavidAnderson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51463, comment 2

    initial v1  
    1 I tend to think that the parameters passed to an action shouldn't include ones it can directly derive from what is already got. So, here, the Carmen function can already call is_user_logged_in() and has_action() itself.
     1I tend to think that the parameters passed to an action shouldn't include ones it can directly derive from what it has already got. So, here, the Carmen function can already call is_user_logged_in() and has_action() itself.