Opened 8 years ago
Last modified 4 months ago
#44651 new enhancement
Make the excerpt explanation filterable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | has-patch 2nd-opinion needs-docs close |
| Focuses: | administration | Cc: |
Description
Excerpts are used in different ways by different post types. The explanatory text below the textarea should be filterable to allow plugin authors to provide details relevant to their implementation.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core by sirlouen. View the logs.
4 months ago
#5
@
4 months ago
- Keywords close added
The Excerpt meta box and the explanation string are only available in Classic Editor, which should not have many enhancements now.
Also, editing the text is technically possible already with the 'gettext' hook. I made an example function to replace the text, without a link.
Note: See
TracTickets for help on using
tickets.
Thanks for the patch!
The new filter needs to be documented as per the documentation standards.