Tagged Questions
2
votes
2answers
97 views
Hook for URL request
I would like to make XML files downloadable, instead of allowing the browser to displaying them inline.
I know I can use the Content-Disposition: attachment HTTP header (of course, better solutions ...
0
votes
1answer
177 views
How can I modify the header of RSS feed items?
Specifically I would like to change the value of <dc:creator> in the feed items. In order to display the site name instead of the post author.
I'm able to hook into the_title_rss , ...
0
votes
1answer
69 views
Where should I hook into admin?
Where should I hook into the admin backend to check and see if the user is "active" as defined by the Membership Plugin.
Or in other words, where can I hook into the WP admin header to check an ...
0
votes
1answer
259 views
Hook for plugin to insert into entry-meta
pretty simple. I'm creating a plugin and I want to dynamically insert some text that will change every hour into the line that is directly below the title of a post (So filters are no good). It's the ...