Integrating custom API for post content into Admin interface & Public Website [closed]
To pre-populate the post if it’s empty hook the the_editor_content filter — this allows you to check if the post has any content. If not, then you can call the Wikipedia API and pull it in – -this will delay the post editor load, so a simple cache is implemented – depending on your use … Read more