• Hey there, when I try to Edit a post in my Custom box my plugin add some Hidden fields loaded from a custom table (from the plugin i’m creating).

    But when the action ‘save_post’ execute for Edit, this hidden fields appear in my print_r($_POST), BUT with no value. This is what I get from:

    [_data] => Array
    (
    [0] =>
    [1] =>
    [2] => Lorem ipsum.
    [3] => Lorem ipsum dolor.
    )

    The last two values are added with no problem from the plugin functionality interface in Edit & Add Post.

    Any idea why this happend? Thanks in advanced.

  • The topic ‘Save Post with Hidden Input fields’ is closed to new replies.