$meta_value = $_POST['post-key'];. if ( isset( $meta_value ) ) {. add_post_meta( $post_id, 'acme_post_meta_key', $meta_value );. }.
確定! 回上一頁