#11890 closed enhancement (wontfix)
allow get_the_content to accept post ID
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9.1 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
The function get_the_content currently doesn't accept a post ID as a parameter. I'm suggesting adding this as a fourth parameter allowing this function to work like get_the_title does.
I'll supply a patch if this sounds like a good idea
Change History (4)
Note: See
TracTickets for help on using
tickets.
It's one of those weirdness'. it's at least partially due to the fact that the_content() and the_permalink() each have a highly popular filter that get_the_content() and get_permalink() don't have.
Suggesting wontfix and that we revisit this after we re-engineer this part of WP.