• Hi, I built a plugin for default featured images. The user can set an image for a new post. The plugin assigns the image to the post via the hook ‘save_post’. That hook is available in wp_insert_post().

    The WordPress XMLRPC file uses wp_insert_post() to create new posts. I assume that the hook ‘save_post’ is triggered. But the effect of the plugin is missing.

    Does the XMLRPC API support plugins effects at the hooks? Or are plugins disregarded at XMLRPC actions?

The topic ‘XMLRPC: plugins hookings supported?’ is closed to new replies.