get_delete_post_link_filter()
initialize()
mla_add_meta_boxes_action()
mla_admin_enqueue_scripts_action()
mla_admin_init_action()
mla_attachment_submitbox_action()
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_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 |
get_delete_post_link_filter(string $link, int $post_id, bool $force_delete)
Declared public because it is a filter.
since | 2.25 |
---|
string
The delete link.
int
Post ID.
bool
Whether to bypass the trash and force deletion. Default false.
initialize() : void
since | 0.80 |
---|
mla_admin_enqueue_scripts_action(string $page_hook) : void
since | 1.71 |
---|
string
Name 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 |
---|
string
title as shown on the screen
string
title as shown in the HTML header
mla_featured_in_handler(object $post) : void
Declared public because it is a callback function.
since | 0.80 |
---|
object
current post
mla_gallery_in_handler(object $post) : void
Declared public because it is a callback function.
since | 0.80 |
---|
object
current post
mla_inserted_in_handler(object $post) : void
Declared public because it is a callback function.
since | 0.80 |
---|
object
current post
mla_mla_gallery_in_handler(object $post) : void
Declared public because it is a callback function.
since | 0.80 |
---|
object
current post
mla_parent_info_handler(object $post) : void
Declared public because it is a callback function.
since | 0.80 |
---|
object
current 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 |
---|
array
An array of media upload parameters used by Plupload.
$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 |
---|