Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44595, comment 1


Ignore:
Timestamp:
07/17/2018 02:40:16 PM (6 years ago)
Author:
JPry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44595, comment 1

    initial v1  
    22
    33I don't believe this is an actual bug. WordPress uses GUIDs as an actual URL for RSS feeds, and so GUIDs need to be a real URL rather than an arbitrary text string. With that said, I'm not going to change the status of this ticket, in case there's other feedback. I found a bit of information related to GUIDs here: https://deliciousbrains.com/wordpress-post-guids-sometimes-update/.
     4
     5EDIT:
     6
     7The actual filter is triggered within the `sanitize_post_field()` function in the form of `"pre_post_{$field}"`.