Viewing 1 replies (of 1 total)
  • Plugin Author Michael Wang

    (@qqworld)

    Hi LuciferIAm,
    Please try
    update_post_meta( $post_ID, ‘externalurl’, $externalurl );
    then you can get external url from
    get_post_meta( $post_ID, ‘externalurl’, true );

Viewing 1 replies (of 1 total)
  • The topic ‘Accessing the saved link’ is closed to new replies.