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_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 |
---|
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_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 |
---|
string
The 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 |
---|