mla_name_conflict_reporting_action
mla_plugin_loader_reporting_action
MLA_BACKUP_DIR
MLA_OPTION_PREFIX
MLA_PLUGIN_BASENAME
MLA_PLUGIN_PATH
MLA_PLUGIN_URL
mla_name_conflict_reporting_action()
since | 0.20 |
---|
mla_plugin_loader_reporting_action()
since | 1.14 |
---|
Class MLA (Media Library Assistant) provides several enhancements to the handling of images and files held in the WordPress Media Library.
« More »Class MLA (Media Library Assistant) Data provides database and template file access for MLA needs
« More »Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen
« More »Class MLA (Media Library Assistant) MIME filters WordPress MIME Type functions and supports the Views and Uploads Settings tabs
« More »Class MLA (Media Library Assistant) Modal contains enhancements for the WordPress 3.5+ Media Manager
« More »Class MLA (Media Library Assistant) Objects defines and manages custom taxonomies for Attachment Categories and Tags
« More »Class MLA (Media Library Assistant) Options manages the plugin option settings and provides functions to get and put them from/to WordPress option variables
« More »Class MLA (Media Library Assistant) Settings provides the settings page to edit the plugin option settings
« More »Class MLA (Media Library Assistant) Shortcodes defines the shortcodes available to MLA users
« More »Class MLA (Media Library Assistant) Test provides basic run-time tests to ensure the plugin can run in the current WordPress envrionment.
« More »Class MLA (Media Library Assistant) Text Widget defines a shortcode-enabled version of the WordPress Text widget
« More »Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output
« More »Class MLA (Media Library Assistant) List Table implements the "Assistant" admin submenu
« More »Class MLA (Media Library Assistant) Upload List Table implements the "Upload" admin settings tab
« More »Class MLA (Media Library Assistant) Upload Optional List Table implements the searchable database of exension/type associations for the "Uploads" admin settings tab
« More »Class MLA (Media Library Assistant) View List Table implements the "Views" admin settings tab
« More »MLA_BACKUP_DIR
MLA_OPTION_PREFIX
MLA_PLUGIN_BASENAME
MLA_PLUGIN_PATH
MLA_PLUGIN_URL
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none) : void
since | 1.00 |
---|
string
Taxonomy slug
string
Order by field
string
Sort order
string
Not used
string
HTML name= value
mixed
NULL/"Select All" label
mixed
NULL/"Select None" label
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none, integer $selected) : void
since | 1.00 |
---|
string
Taxonomy slug
string
Order by field
string
Sort order
string
Not used
string
HTML name= value
mixed
NULL/"Select All" label
mixed
NULL/"Select None" label
integer
Index of the inital selection
mla_after_setup_theme_action() : void
mla_custom_terms_list(integer $ID, array $attr) : void
integer
ID of the post/page to generate terms for
array
Attributes of the function: site_url, page_url, taxonomy
mla_paginated_term_gallery(array $attr) : integer
This function uses $wpdb functions for efficiency.
array
Attributes of the function: page, taxonomy, term, post_mime_type, posts_per_page, current_page
mla_tag_gallery(array $attr) : void
array
Attributes of the function: taxonomy, term
mla_taxonomy_terms_list(array $attr) : string
Best used with the Collapse-O-Matic plugin, which uses the [expand] shortcode to display an "accordian-style" list.
array
Attributes of the function: taxonomy
mla_wp_title_filter(string $title, string $sep, string $seplocation) : string
string
The default page title
string
How to separate the various items within the page title
string
Optional. Direction to display title, 'right'.
string
updated title value