Opened 3 years ago
Closed 3 years ago
#8995 closed enhancement (fixed)
No equivalent hook to rss_tag_pre in buddypress
| Reported by: | shawfactor | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0.0 |
| Component: | Activity | Version: | 1.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
I was trying to extend a plugin I am writing to support buddypress. One part of the functionlity is that it makes RSS feeds human readbale by adding an XSL stylesheet. This is possible in wordpress by adding a stylesheet declaration after the xml output e.g.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="template.xsl"?>
by using the rss_tag_pre action. However this hook does not exist in buddypress. Is it possible to add an equivalent hook?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Add an action hook before the
<rss/>tag of Activity feedsTrac ticket: https://buddypress.trac.wordpress.org/ticket/8995