• Hello!

    Im saving title, description an Keywords by a selfmade form area in the bottom of the posts. The fields where saved in the postmeta fields:

    _title
    _keywords
    _description

    I’m running the save_post adhook to save my post data:

    add_action(‘save_post’,’post_seo4all_keywords’);

    So far it’s working. But if I leave open the post, the autosave function runs and after some minutes all my data (_title,_description and _keywords) in the postmeta tables is empty.

    Has anybody an idea, whats happened to my data?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Autosave empties Custom Post Fields’ is closed to new replies.