how to update downloadable files form front-end form
-
Hi,
I am trying to use following function:
$downdloadArray=array(‘name’=>”Test”,’file’=>$uploadDIR[‘baseurl’].”/audiobooks/”.$video);
update_post_meta( $post_id, ‘_downloadable_files ‘, $downdloadArray);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to update downloadable files form front-end form’ is closed to new replies.