Provides path information to the plugin root in file system format, including the trailing slash.
Activates full MLA load for specified AJAX actions; can be set in wp-config.php
Provides path information to the plugin root in file system format, including the trailing slash.
Class Admin Columns Addon MLA (Media Library Assistant) List Screen supports the Admin Columns plugin
Class Admin Columns Addon MLA (Media Library Assistant) Editing Strategy supports the Admin Columns plugin
Class CPAC Storage Model MLA (Media Library Assistant) supports the Admin Columns plugin
Class MLA (Media Library Assistant) provides several enhancements to the handling of images and files held in the WordPress Media Library.
Class MLA (Media Library Assistant) Ajax contains handlers for simple Ajax requests
Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output
This walker is used to build the meta boxes for flat taxonomies, e.g., Tags, Att. Tags. Class Walker_Category is defined in /wp-includes/category-template.php. Class Walker is defined in /wp-includes/class-wp-walker.php.
Class MLA (Media Library Assistant) Custom Field Query implements the searchable database of custom field mapping rules.
Class MLA (Media Library Assistant) Custom Fields List Table implements the "Custom Fields" admin settings submenu table
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) Example List Table implements the searchable database of example plugins for the "Documentation" admin settings tab
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) IPTC EXIF List Table implements the "IPTC EXIF" admin settings submenu table
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) IPTC EXIF Query implements the searchable database of IPTC EXIF mapping rules.
Class MLA (Media Library Assistant) List Table implements the "Assistant" admin submenu
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) Polylang provides admin mode support for the Polylang Multilingual plugin
Class MLA (Media Library Assistant) Polylang Shortcdxodes provides front-end support for the Polylang Multilingual plugin
Class MLA (Media Library Assistant) Template List Table displays the shortcode templates submenu table
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) Template Query implements the searchable database of shortcode templates
Class MLA (Media Library Assistant) Thumbnails provides support for Featured Image generation
Skin for the MLA_Example_List_Table Install and Update functions.
Extends the core WP_Upgrader_Skin class.
Class MLA (Media Library Assistant) Upload List Table implements the "Upload" admin settings tab
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) Upload Optional List Table implements the searchable database of exension/type associations for the "Uploads" admin settings tab
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) View List Table implements the "Views" admin settings submenu table
Extends the core WP_List_Table class.
Class MLA (Media Library Assistant) WPML provides admin mode support for the WPML Multilingual CMS family of plugins, including WPML Media
Class MLA (Media Library Assistant) WPML List Table adds a reference to an MLA_WPML object
Extends the MLA_List_Table class.
Class MLA (Media Library Assistant) WPML Shortcodes provides front-end support for the WPML Multilingual CMS family of plugins, including WPML Media
Class MLA (Media Library Assistant) WPML Table provides support for the WPML Multilingual CMS family of plugins, including WPML Media, for an MLA_List_Table object.
An instance of this class is created in the class MLA_List_Table constructor (class-mla-list-table.php).
Class MLA (Media Library Assistant) Core is the minimum support required for all other MLA features
Class MLA (Media Library Assistant) Core Options defines MLA option settings and defaults
Class MLA (Media Library Assistant) Data provides database and template file access for MLA needs
The _template functions are inspired by the book "WordPress 3 Plugin Development Essentials." Templates separate HTML markup from PHP code for easier maintenance and localization.
Class MLA (Media Library Assistant) Data Source manages data sources for custom field mapping and shortcode execution
Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen
Class MLA (Media Library Assistant) File Downloader provides file streaming to client.
Class MLA (Media Library Assistant) Image Processor provides PDF thumbnails for the [mla_gallery] mla_viewer and Media/Assistant thumbnail generator.
Class MLA (Media Library Assistant) MIME filters WordPress MIME Type functions and supports the Views and Uploads Settings tabs
Class MLA (Media Library Assistant) Modal contains enhancements for the WordPress 3.5+ Media Manager
Class MLA (Media Library Assistant) Modal Ajax contains handlers for the WordPress 3.5+ Media Manager
Class MLA (Media Library Assistant) Mutex provides a simple "mutual exclusion" semaphore for the [mla_gallery] mla_viewer=single option
Adapted from the example by mr.smaon@gmail.com in the PHP Manual "Semaphore Functions" page.
Class MLA (Media Library Assistant) Objects defines and manages custom taxonomies for Attachment Categories and Tags
Class MLA (Media Library Assistant) Options manages the plugin option settings and provides functions to get and put them from/to WordPress option variables
Separated from class MLASettings in version 1.00
Class MLA (Media Library Assistant) PDF extracts legacy and XMP meta data from PDF files
Class MLA (Media Library Assistant) Query provides database query support for MLA Ajax, Shortcode and Admin needs
Class MLA (Media Library Assistant) Query provides database query support for "where-used" reporting needs
Class MLA (Media Library Assistant) Settings provides the settings page to edit the plugin option settings
Class MLA (Media Library Assistant) Settings Custom Fields implements the Settings/Media Library Assistant Custom Fields tab
Class MLA (Media Library Assistant) Settings Documentation implements the Settings/Media Library Assistant Documentation tab
Class MLA (Media Library Assistant) Settings IPTC EXIF implements the Settings/Media Library Assistant IPTC EXIF tab
Class MLA (Media Library Assistant) Settings Shortcodes implements the Settings/Media Library Assistant Shortcodes tab
Class MLA (Media Library Assistant) Settings Upload implements the Settings/Media Library Assistant Uploads tab
Class MLA (Media Library Assistant) Settings View implements the Settings/Media Library Assistant Views tab
Class MLA (Media Library Assistant) Shortcode Support provides the functions that implement the [mla_gallery] and [mla_tag_cloud] shortcodes. It also implements the mla_get_shortcode_attachments() and mla_get_terms() database access functions.
Class MLA (Media Library Assistant) Shortcodes defines the shortcodes available to MLA users and loads the support class if the shortcodes are executed.
Class MLA (Media Library Assistant) Custom Style/Markup Template Support provides functions that define, import and export custom style and markup templates for MLA shortcodes.
Class MLA (Media Library Assistant) Test provides basic run-time tests to ensure the plugin can run in the current WordPress envrionment.