In my Bedrock WordPress Setup, ABSPATH points to /web/wp
, stuff that belongs to wp-content reside in /web/app
.
In a field like
[
'name' => 'File',
'type' => 'file',
'force_delete' => true,
'max_file_uploads' => 1,
'upload_dir' => ABSPATH
]
I can't define a folder outside ABSPATH. Is it possible that Meta Box will support a folder outside ABSPATH? For example due to an config constant? What do you think?