Wordpress plugin expert help required

by 1 replies
2
I'm making posts to a wordpress blog via php and xmlrpc calls. This works fine, but I have the all in one seo plugin installed and would like to populate the extra fields this plugin provides.

I believe xmlrpc can't do this (I thought custom fields would work but think it doesn't).

I'm thinking of a solution where I embed the data I want to fill out All in one SEO within the post in my xmlrpc call e.g keywords, description etc.
Which would then get extracted by a plugin at the point the data is being inserted and would populate the allinoneseo fields with the relevant info.

Can a wordpress plugin be triggered at this level?

Thanks for any help offered.
#programming #expert #plugin #required #wordpress
  • Sorry folks - a few minutes further research shows I can plugin to an action such as
    I think I can use : Runs when a post is published via XMLRPC request, or if it is edited via XMLRPC and its status is "published". Action function arguments: post ID. to findout when an xmlrpc request has created a post and then edit that post and populate the all in seo fields - not 100 percent sure how to interact with the all in one seo fields but will figure it out.

Next Topics on Trending Feed

  • 2

    I'm making posts to a wordpress blog via php and xmlrpc calls. This works fine, but I have the all in one seo plugin installed and would like to populate the extra fields this plugin provides. I believe xmlrpc can't do this (I thought custom fields would work but think it doesn't).