initialize()
mla_add_meta_boxes_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_references
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_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_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 |
---|