Class Process_Stockphoto_Upload
Verwerk upload van stockfoto
- WP_Async_Request
-
SIW\Async\Request
-
SIW\Async\Process_Stockphoto_Upload
Namespace: SIW\Async
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at async/process-stockphoto-upload.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at async/process-stockphoto-upload.php
Methods summary
protected
|
|
protected
|
Methods inherited from SIW\Async\Request
Properties summary
protected
string
|
$action
|
#
'process_stockphoto_upload'
|
protected
string
|
$subdir
Subdirectory voor de stockfoto's |
#
'groepsprojecten/stockfotos'
|
protected
string
|
$filename_base
Base voor bestandsnaam |
#
'stockfoto'
|
protected
string
|
$title
Titel voor afbeelding |
#
'Stockfoto'
|
protected
array
|
$variables
Variabelen |
#
[
'file' => [
'type' => 'url',
'array' => false,
'required' => true,
],
'continent' => [
'type' => 'string',
'array' => false,
],
'country' => [
'type' => 'string',
'array' => false,
],
'work_type' => [
'type' => 'string',
'array' => true,
],
]
|