Opened 21 years ago
Closed 20 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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It was made a filter so that people could have more control. Change its priority or add your filters with priority > 10.