\MatthiasWeb\RealMediaLibrary\attachmentUpload

Handling uploader, so files can be uploaded directly to a folder.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
add_attachment()
getFolderFromRequest()
pre_upload_ui()
getInstance()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
$me
N/A

Properties

$me

$me :

Type

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Returns

string

add_attachment()

add_attachment(integer  $postID)

Handles the upload to move an attachment directly to a given folder.

Parameters

integer $postID

getFolderFromRequest()

getFolderFromRequest()

Get the folder id from the current page request.

pre_upload_ui()

pre_upload_ui()

The grid view and post editor upload can be modified through the left tree view to upload files directly.

__construct()

__construct()

C'tor.