Closed volodymyrdovhan closed 3 weeks ago
Hello, when you are working with temp folder - it is better to create a temp folder specific for your plugin. You can use something like:
$tempfolder = make_temp_directory('certificatebeautiful'); $tempfile = $tempfolder . '/' . $file->get_filename();
Hello, when you are working with temp folder - it is better to create a temp folder specific for your plugin. You can use something like: