Skip to content

Instantly share code, notes, and snippets.

@scyt
Created February 2, 2023 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scyt/5199b9a59337407d7c83a93f0212765e to your computer and use it in GitHub Desktop.
Save scyt/5199b9a59337407d7c83a93f0212765e to your computer and use it in GitHub Desktop.
<?php
new GW_Update_Posts( array(
'form_id' => 215,
'post_id' => 1,
'meta' => array(
'street' => '3.1',
'city' => '3.3',
'postal_code' => '3.5'
),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment