variable outside of WFU
-
Hello,
is it possible to use in WFUP a variable coming from another plugin ?
As an example, I have a variable $company and I would like to use it in the upload dropbox path.
I tried to use it in a hook ‘wfu_after_upload_handler’ :
$dropboxpath = “mmm/”.$company.”/”.$username.”/”.$additional_data[“files”][0][“user_data”][1][“value”].”/”.$today;
I tried to set $company as a global variable but couldn’t get it work.
Thanks for ideas and help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘variable outside of WFU’ is closed to new replies.