xmlrpc_wp_insert_post_data help/examples
-
What class/file should I install the function and add_filter() call in order to intercept the post request?
I’ve tried a number of areas, some don’t get called at all, others don’t have the data that I’m looking for (xmlrpc.php).
Does there also need to be a call to apply_filters(), before the function will be called? The problem I’m running into is that I don’t think that the _insert_post() function of class-wp-xmlrpc-server.php is ever called which is the only place that I’ve found an apply_filters() call for ‘xmlrpc_wp_insert_post_data’.
I’d appreciate any thoughts or suggestions because as it stands right now I’m just chasing my tail.
Thanks
Andy
The topic ‘xmlrpc_wp_insert_post_data help/examples’ is closed to new replies.