Tagged Questions
3
votes
1answer
97 views
xmlrpc_enabled filter not called
Since WordPress 3.5, the core developers have decided to keep xml rpc enabled by default and there are no options in the Admin to disable it.
This blog post explains how to disable it by modifying ...
0
votes
1answer
93 views
Clean/filter HTML inserted to post content by XML RPC
An external service that uses XML RPC to publish some posts on my site adds some unwanted CSS styles and HTML to the post content.
I would like to clean it up using a HTML cleaner that I've built ...
4
votes
1answer
107 views
Store source permalink on XMLRPC calls
In a theme I'm developing, I need to link to the source post when the post has been stored using XMLRPC. That implies that every time Wordpress asks for a permalink (using get_permalink()) the theme ...
1
vote
3answers
412 views
Possible to filter the posts or categories that XML-RPC users see in their mobile application?
Is it possible to filter the posts or categories that XML-RPC users see in their mobile application?
I have a plugin that hooks into pre_get_posts and list_terms_exclusions to do what I need it to ...