Create products in EDD
add_filter(‘frm_new_post’, ‘edd_setup_files’, 10, 2); function edd_setup_files($post, $args) { if ( $args[‘form’]->id != 5 ) { //change 5 to the ID of your form return $post; } global $frm_vars; // don’t continue if no files were uploaded if( ! isset( $frm_vars[‘media_id’]…Continue reading