initialize()
mla_add_meta_boxes_action()
mla_admin_enqueue_scripts_action()
mla_admin_init_action()
mla_attachment_submitbox_action()
mla_checklist_meta_box()
mla_edit_add_help_tab()
mla_edit_attachment_action()
mla_featured_in_handler()
mla_gallery_in_handler()
mla_image_metadata_handler()
mla_inserted_in_handler()
mla_menu_order_handler()
mla_mla_gallery_in_handler()
mla_parent_info_handler()
mla_post_updated_messages_filter()
mla_post_upload_ui()
mla_update_attachment_metadata_postfilter()
mla_upload_post_params()
_mla_ajax_add_flat_term()
$mla_references
JAVASCRIPT_EDIT_MEDIA_OBJECT
JAVASCRIPT_EDIT_MEDIA_SLUG
JAVASCRIPT_EDIT_MEDIA_STYLES
Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen
| package | Media Library Assistant |
|---|---|
| since | 0.80 |
initialize() : void
| since | 0.80 |
|---|
mla_admin_enqueue_scripts_action(string $page_hook) : void
| since | 1.71 |
|---|
stringName of the page being loaded
mla_admin_init_action() : void
Declared public because it is an action.
| since | 0.80 |
|---|
mla_edit_add_help_tab(string $admin_title, string $title) : void
| since | 0.90 |
|---|
stringtitle as shown on the screen
stringtitle as shown in the HTML header
mla_featured_in_handler(object $post) : void
Declared public because it is a callback function.
| since | 0.80 |
|---|
objectcurrent post
mla_gallery_in_handler(object $post) : void
Declared public because it is a callback function.
| since | 0.80 |
|---|
objectcurrent post
mla_inserted_in_handler(object $post) : void
Declared public because it is a callback function.
| since | 0.80 |
|---|
objectcurrent post
mla_mla_gallery_in_handler(object $post) : void
Declared public because it is a callback function.
| since | 0.80 |
|---|
objectcurrent post
mla_parent_info_handler(object $post) : void
Declared public because it is a callback function.
| since | 0.80 |
|---|
objectcurrent post
mla_post_upload_ui()
Fires on the post upload UI screen; legacy (pre-3.5.0) upload interface. Anything echoed here goes below the "Maximum upload file size" message and above the id="media-items" div.
| since | 2.02 |
|---|
mla_upload_post_params(array $post_parms)
| since | 2.02 |
|---|
arrayAn array of media upload parameters used by Plupload.
_mla_ajax_add_flat_term(string $key) : void
Adapted from the WordPress post_categories_meta_box() in /wp-admin/includes/meta-boxes.php.
| since | 1.80 |
|---|
stringThe taxonomy name, from $_POST['action']
$mla_references : array
This array contains the Featured/Inserted/Gallery/MLA Gallery references for the item. The array is built once each page load and cached for subsequent calls.
| since | 0.80 |
|---|
JAVASCRIPT_EDIT_MEDIA_OBJECT : string
| since | 1.20 |
|---|
JAVASCRIPT_EDIT_MEDIA_SLUG : string
| since | 1.20 |
|---|
JAVASCRIPT_EDIT_MEDIA_STYLES : string
| since | 1.20 |
|---|