• How can i get the post_ID during the submission ?

    if ( $update )
    $post_ID = $ID;

    if i use echo “$post_ID” it is empty

  • The topic ‘take the post_ID in the functions’ is closed to new replies.