admin_enqueue_scripts()
initialize()
mla_list_table_begin_bulk_action()
mla_list_table_custom_bulk_action()
mla_list_table_end_bulk_action()
mla_list_table_get_bulk_actions()
mla_list_table_help_template()
mla_list_table_inline_parse()
mla_list_table_submenu_arguments()
$bulk_action_includes
$bulk_action_options
MLA_GFI_ACTION
Class MLA (Media Library Assistant) Thumbnails provides support for Featured IMage generation
package | Media Library Assistant |
---|---|
since | 2.13 |
admin_enqueue_scripts(string $page_hook) : void
since | 2.13 |
---|
string
Name of the page being loaded
initialize() : void
since | 2.13 |
---|
mla_list_table_begin_bulk_action(array $item_content, string $bulk_action)
Prepare the thumbnail generation options.
since | 2.13 |
---|
array
NULL, to indicate no handler.
string
the requested action.
mla_list_table_custom_bulk_action(array $item_content, string $bulk_action, integer $post_id) : object
Creates new items from the "Bulk Translate" list.
since | 2.13 |
---|
array
NULL, to indicate no handler.
string
the requested action.
integer
the affected attachment.
object
updated $item_content. NULL if no handler, otherwise ( 'message' => error or status message(s), 'body' => '' )mla_list_table_end_bulk_action(array $item_content, string $bulk_action)
Add the query arguments required for the "Generated Thumbnails" filter.
since | 2.13 |
---|
array
NULL, to indicate no handler.
string
the requested action.
mla_list_table_get_bulk_actions(array $actions) : array
Adds the "Thumbnail" action to the Bulk Actions list.
since | 2.13 |
---|
array
An array of bulk actions. Format: 'slug' => 'Label'
array
updated array of actions.mla_list_table_help_template(array $template_array, string $file_name, string $file_suffix)
Add the thumbnail generation options documentation.
since | 2.13 |
---|
array
NULL, to indicate no replacement template.
string
the complete name of the default template file.
string
the $screen->id or hook suffix part of the template file name.
mla_list_table_inline_parse(string $html_markup, string $item_template, array $item_values) : array
since | 2.13 Adds Bulk Translate form and the Language dropdown markup used for the Quick and Bulk Edit forms. |
---|
string
HTML markup returned by the template parser
string
template used to generate the HTML markup
array
parameter_name => parameter_value pairs
array
updated HTML markup for the Quick and Bulk Edit forms$bulk_action_includes : array
since | 2.13 |
---|
MLA_GFI_ACTION : string
since | 2.13 |
---|