Opened 20 years ago
Closed 18 years ago
#1243 closed defect (bug) (wontfix)
wp_trim_excerpt shouldn't be a filter, but called directly from get_the_excerpt()
Reported by: | wyrfel | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
wp_trim_excerpt is a filter that is by default applied with priority 10 to the 'get_the_excerpt' filter hook. This means that filters don't get applied to the generated excerpt that are attached to the 'get_the_excerpt' hook with a priority <10.
Change History (2)
Note: See
TracTickets for help on using
tickets.
It was made a filter so that people could have more control. Change its priority or add your filters with priority > 10.