[buddypress-trac] [BuddyPress Trac] #8995: No equivalent hook to rss_tag_pre in buddypress
buddypress-trac
noreply at wordpress.org
Wed Sep 13 09:25:49 UTC 2023
#8995: No equivalent hook to rss_tag_pre in buddypress
--------------------------+-----------------------------
Reporter: shawfactor | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
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?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8995>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list